<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html, body {
	
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}
body {
	background: #fff;
    font-size: 14px;
    font-family: microsoft yahei, sans-serif;
    width: 100%;
    overflow-x: hidden !important;
}
a {
    color: #333;
    text-decoration: none;
    font-family: microsoft yahei, sans-serif;
}

a:hover {
    text-decoration: none;
    color: #666;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.clear {
    clear: both;
}

header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 77px;
    background: rgba(255, 255, 255, .5);
    z-index: 1;
}

.header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 77px;
    background: rgba(255, 255, 255, .5);
    z-index: 1;
}
@media(max-width:1280px){
    .header{
        height:auto;
    }
}
@media (max-width: 1100px) {
    .header {
        position: relative;
        height:auto;
    }

    header {
        position: relative;
    }
}
@media(max-width:780px){
    .header{
        height:auto;
    }
}
.ny_top {
    position: relative;
    margin-bottom: 2em;
}

@media (max-width: 640px) {
    .ny_top {
        margin-bottom: 0;
    }
}

.navbar {
    position: static;
    width: 98%;
    max-width: 1680px;
    height: auto;
    max-height: 77px;
    padding: 0 1%;
    margin: 0 auto;
    box-sizing: border-box;
}
@media(max-width:768px){
    .navbar{
        background: #fff;
    }
    .sy-lb-head .navbar{
        background: transparent;
    }
}
.logo {
    float: left;
    margin: 13.5px 0;
}

.logo a &gt; img {
    float: left;
}

.logo &gt; span {
    line-height: 45px;
    font-size: 24px;
    font-family: 'MicroSoft YaHei', sans-serif;
    font-weight: bold;
    margin-left: 15px;
	color:#3c3e43;
}

@media (max-width: 640px) {
    .logo &gt; span {
        margin-left: 0;
        font-size: 10px;
        font-weight: normal;
    }
}

.mail {
    float: right;
    line-height: 77px;
    font-size: 14px;
    margin-left: 25px;
    color: #666;
}
@media(max-width:1100px){
    .mail{
        display: none;
    }
}
.mail a {
    color: #666;
}

.mail a:hover {
    color: #E60012;
}

.language {
    float: right;
}
@media(max-width:780px){
    .language{
        display: none;
    }
}
.language a {
    display: block;
    float: left;
    width: 41px;
    height: 18px;
    margin: 29.5px 5px;
    border-radius: 10px;
    color: #fff;
    background: #bfbfbf;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
}

.language a:hover {
    color: #E60012;
}

.language a:first-child {
    background: #3f3e3e;
}

.navbar-nav {
    float: right;
    line-height: 77px;
    margin-right: 30px;
}
@media(max-width:1280px){
    .navbar-nav{
        margin-right: 0;
    }
}
@media(max-width:780px){
    .navbar-nav{
        position: relative;
        background: rgba(255,255,255,.5);
        margin-right: 0;
        padding-bottom: 14px;
        display: none;
    }
    .ww-lb .navbar-nav{
        padding-bottom: 30px;
    }
}
.navbar-nav &gt; li {
    float: left;
    line-height: 77px;
    margin: 0 20px;
    font-size: 17.5px;
}

.navbar-nav li a {
    display: block;
    position: relative;
    color: #3c3e43;
    text-align: center;
    padding: 0;
}

.navbar-nav li &gt; a:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0px;
    bottom: 0;
    background: #e60012;
    -webkit-transition: all .17s;
    -moz-transition: all .17s;
    -o-transition: all .17s;
    transition: all .17s;
}

.navbar-nav &gt; li &gt; a {
    padding: 0;
}

.navbar-nav &gt; li &gt; a:hover:after,
.navbar-nav li.active &gt; a:after {
    width: 100%;
    height: 2px;
}

.navbar-nav &gt; li &gt; a:hover,
.navbar-nav li.active &gt; a {
    color: #FF182A;
}

.banner-box {
    position: relative;
    width: 100%;
    height: auto;
}

.banner {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

.sy-banner .owl-controls .owl-buttons div {
    width: 33px;
    height: 54px;
    border-radius: 0;
    background: transparent;
    position: absolute;
    top: 50%;
    padding: 0;
    opacity: 1;
}

.sy-banner .slick-prev {
    left: 100px;
    background: url("../images/sy-icon.png") -2px 0 no-repeat;
}

.sy-banner .slick-prev:hover {
    background: url("../images/sy-icon.png") -79px 0 no-repeat;
}

.sy-banner .slick-next {
    right: 100px;
    background: url("../images/sy-icon.png") -37px 0 no-repeat;
}

.sy-banner .slick-next:hover {
    background: url("../images/sy-icon.png") -116px 0 no-repeat;
}

.sy-banner .owl-controls {
    margin-top: -30px;
}

@media (max-width: 640px) {
    .sy-banner .owl-controls {
        margin-top: -20px;
    }

}
.slick-dots li{
    text-align: center;
}
.sy-banner .slick-dots li button {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #fff;
    display: inline-block;
}

.sy-banner .owl-controls .owl-pagination {
    position: relative;
    z-index: 2;
    bottom: 70px;
}

.sy-banner .slick-dots .slick-active button {
    width: 12px;
    height: 12px;
    background: red;
}
.slick-dots li button{
    padding:0;
}
.sy-banner .owl-item img {
    width: 100%;
}

.banner-nav {
    position: absolute;
    width: 100%;
    bottom: 145px;
}

.banner-nav ul {
    position: relative;
    width: 648px;
    height: 60px;
    margin: 0 auto;
}

.banner-nav ul:after {
    content: "";
    display: block;
    position: absolute;
    width: 490px;
    margin: 0 78.75px;
    top: 42px;
    border-bottom: 1px dashed #fff;
    opacity: .5;
}

.banner-nav ul li {
    float: left;
    position: relative;
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 50%;
    margin: 0 23.75px;
    text-align: center;
    font-size: 21px;
    line-height: 31px;
    background: rgba(0, 0, 0, .5);
    border: 1px dashed #fff;
    -webkit-transition: all .27s;
    -moz-transition: all .27s;
    -o-transition: all .27s;
    transition: all .27s;
}

.banner-nav ul li a {
    display: block;
    color: #fff;
}

.banner-nav ul li:hover {
    border: 1px solid transparent;
}

.footer {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 14px;
}

.jianjie-footer {
    background: #e1e1e1;
}

.ny-foot {
    width: 1400px;
    height: auto;
    padding: 32px 0 20px 0;
    margin: 0 auto;
}

.foot-left {
    float: left;
    width: auto;
    height: auto;
}

.foot-left p {
    margin: 4px 0;
    color: #333;
}

.foot-left p:first-child a {
    font-size: 16px;
    color: #0f0f0f;
    margin: 0 5px;
}
@media(max-width:640px){
    .foot-left p:first-child a{
        font-size: 14px;
    }
}
.foot-left p:first-child a:first-child {
    margin-left: 0;
}

.foot-left p:first-child a:hover {
    color: #bd0000;
}

.foot-left p.p-tel span {
    font-size: 25px;
    margin: 0 10px;
    font-family: "宋体", sans-serif;
}

@media (max-width: 640px) {
    .foot-left p.p-tel span {
        font-size: 16px;
    }

}

.erweima {
    position: relative;
    float: right;
    margin-top: -12px;
}

.erweima li {
    float: left;
    text-align: center;
}

.erweima li:last-child {
    float: left;
    margin-left: 45px;
}
@media(max-width:1120px){
    .erweima li:last-child{
        margin-left: 10px;
    }
}
.erweima li p {
    margin: 2px 0;
}

.copyright {
    width: 100%;
    height: auto;
    padding:5px 0;
    line-height: 55px;
    text-align: left;
    border-top: 1px solid #909090;
    font-size: 14px;
    color: #333;
}

.copyright p {
    max-width: 1400px;
    margin: 0 auto;
    line-height: 34px;
}
@media(max-width:1100px){
    .copyright p{
        width: 98%;
        margin: 0 1%;
    }
}
.backtop {
    position: fixed;
    bottom: 80px;
    right: 30px;
    font-size: 10px;
    color: #E60012;
    cursor: pointer;
}

.backtop:before {
    content: "";
    display: block;
    position: absolute;
    margin-top: -10px;
    margin-left: 3px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 7px solid #E60012;
}

.sy-head .navbar-nav-ul {
    position: absolute;
    width: 100%;
    height: 40px;
}
@media(max-width:768px){
    .sy-head .navbar-nav-ul{
        left:0;
        background: transparent;
    }
}
@media(max-width:640px){
    .sy-head .navbar-nav-ul{
        background: #f4f4f4;
    }
}
.sy-an {
    position: relative;
    width: 1400px;
    margin: 0 auto;
}

.navbar-nav-ul ul {
    width: 1400px;
    height: auto;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.navbar-nav &gt; li .navbar-nav-ul ul li {
    float: right;
    height: 40px;
    line-height: 40px;
}

.navbar-nav-ul ul li:first-child {
    margin-right: 45px;
}
@media(max-width:780px){
    .xiangmu ul li a{
        width: 98%;
        padding:0 1%;
    }
}
@media (max-width: 640px) {
    .navbar-nav-ul ul li:first-child {
        margin-right: 0;
    }
}

.sy-head .navbar-nav-ul ul li a {
    color: #fff;
    font-size: 14px;
    margin: 0 10px;
}

@media (max-width: 640px) {
    .sy-head .navbar-nav-ul ul li a {
        font-size: 10px;
        margin: 0 4px;
        color:#3c3e43;
    }
}

.ny_top .navbar-nav-ul ul li a {
    color: #777;
}

.navbar-nav-ul ul li a:hover {
    color: #E60012;
}
.active-on{
    color: #E60012!important;
}
.cu-head {
    position: relative;
    margin-bottom: 40px;
}

.cu-head .navbar-nav {
    margin-right: 172px;
}

.cu-head .navbar-nav-ul {
    background: #f2f2f2;
}

.cu-head .navbar-nav-ul ul {
    width: 1180px;
}

.cu-head .navbar-nav-ul ul li a {
    color: #575757;
}

.cu-head .navbar-nav-ul ul li a:hover {
    color: #E60012;
}

.sy-xm-box {
    position: relative;
    width: 100%;
    height: auto;
    background: #f7f7f7;
}

@media (max-width: 640px) {
    .sy-xm-box {
        padding: 0;
    }
}

.sy-main-xm {
    position: relative;
    width: 1400px;
    height: 300px;
    margin: 30px auto;
}

@media (max-width: 640px) {
    .sy-main-xm {
        margin-bottom: 0;
    }
}

.sy-main-xm-l {
    width: 670px;
    position: relative;
    float: left;
}

.sy-main-xm-l .mF_tab .swt img {
    float: left;
    width: 260px;
    height: 195px;
    margin:0 22px 2px 2px;
    box-shadow: 0 0 0 1px #fff,
    0 0 0 2px #bfbfbf;
}

.xm-l-nr {
    position: relative;
    float: left;
    width: 380px;
    height: 193px;
    overflow: hidden;
}

.xm-l-nr li {
    position: relative;
    width: 100%;
    height: 41px;
    font-size: 16px;
    border-bottom: 1px dashed #bfbfbf;
}

@media (max-width: 640px) {
    .xm-l-nr li {
        font-size: 12px;
    }
}

.xm-l-nr li a {
    color: #333;
    font-weight: bold;
}

.xm-l-nr li:nth-child(n+2) {
    line-height: 40px;
}

.xm-l-nr li:first-child {
    height: 80px;
    overflow: hidden;
}

.xm-l-nr li:first-child h3 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xm-l-nr li:first-child h3 a {
    font-size: 16px;
    color: #333;
}

@media (max-width: 640px) {
    .xm-l-nr li:first-child h3 a {
        font-size: 12px;
    }
}

.xm-l-nr li:first-child p {
    width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.sy-main-xm-r {
    position: relative;
    float: left;
    margin: 16px 0 0 38px;
    width: 690px;
    height: 257px;
	
}

.xm-r-nr {
    position: relative;
    float: left;
    width: 458px;
    height: 257px;
}

.xm-r-nr li {
    position: relative;
    width: 100px;
    width: calc(50% - 75px);
    padding-left: 55px;
    margin-right: 20px;
    float: left;
    font-size: 18px;
    color: #3f3b3a;
    font-weight: bold;
    border-bottom: 1px dashed #bfbfbf;
}

.xm-r-nr li:hover {
    color: #E60012;
    cursor: default;
}

.xm-r-nr li:nth-child(1),
.xm-r-nr li:nth-child(2),
.xm-r-nr li:nth-child(3),
.xm-r-nr li:nth-child(4) {
    height: 60px;
    padding-top: 13px;
    line-height: 20px;
}

.xm-r-nr li:nth-child(1) span,
.xm-r-nr li:nth-child(2) span,
.xm-r-nr li:nth-child(3) span,
.xm-r-nr li:nth-child(4) span {
    font-size: 14px;
    font-weight: normal;

}

.xm-r-nr li:nth-child(5),
.xm-r-nr li:nth-child(6),
.xm-r-nr li:nth-child(7),
.xm-r-nr li:nth-child(8) {
    height: 58px;
    line-height: 59px;
}

.xm-r-nr li:nth-child(1) {
    background: url("../images/sy-icon.png") 3px -61px no-repeat;
}

.xm-r-nr li:nth-child(2) {
    background: url("../images/sy-icon.png") 3px -132px no-repeat;
}

.xm-r-nr li:nth-child(3) {
    background: url("../images/sy-icon.png") 3px -207px no-repeat;
}

.xm-r-nr li:nth-child(4) {
    background: url("../images/sy-icon.png") 3px -277px no-repeat;
}

.xm-r-nr li:nth-child(5) {
    background: url("../images/sy-icon.png") 3px -360px no-repeat;
}

.xm-r-nr li:nth-child(6) {
    background: url("../images/sy-icon.png") 2px -443px no-repeat;
}

.xm-r-nr li:nth-child(7) {
    background: url("../images/sy-icon.png") 3px -520px no-repeat;
}

.xm-r-nr li:nth-child(8) {
    background: url("../images/sy-icon.png") 3px -590px no-repeat;
}

.xm-r-nr li:nth-child(7),
.xm-r-nr li:nth-child(8) {
    border: 0;
}

ul.xm-r-img {
    position: relative;
    float: left;
    width: 232px;
    height: 257px;
}

@media (max-width: 640px) {
    ul.xm-r-img {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
}

ul.xm-r-img li {
    position: relative;
    width: 232px;
    height: 120px;
}

@media (max-width: 640px) {
    ul.xm-r-img li {
        width: 50%;
        height: auto;
        float: left;
    }
}

ul.xm-r-img li a img {
    width: 232px;
    height: 120px;
}

@media (max-width: 640px) {
    ul.xm-r-img li a img {
        width: 100%;
        height: auto;
    }
}

ul.xm-r-img li:last-child {
    margin-top: 17px;
}

@media (max-width: 640px) {
    ul.xm-r-img li:last-child {
        margin-top: 0;
    }
}

ul.xm-r-img li p {
    position: absolute;
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #f7f7f7;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, .5);
}

ul.xm-r-img li span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

ul.xm-r-img li:first-child span:before {
    background: url("../images/xm-r-img1-icon.png") 50% 30% no-repeat;
}

ul.xm-r-img li:last-child span:before {
    background: url("../images/xm-r-img2-icon.png") 50% 30% no-repeat;
}

ul.xm-r-img li:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 1);
}

.sy-album {
    position: relative;
    width: 100%;
}

.sy-box-top {
    position: relative;
    padding-top: 10px;
    width: 412px;
    height: 142px;
    margin: 0 auto 10px auto;
    text-align: center;
}

@media (max-width: 780px) {
    .sy-box-top {
        padding-top: 0;
        background: none;
        height: auto;
        margin-bottom: 10px;
    }
}

.sy-box-top h3 {
    margin-top: 18px;
    font-size: 24px;
    color: #403a3a;
    font-weight: normal;
}

@media (max-width: 640px) {
    .sy-box-top h3 {
        margin-top: 0;
    }

    .sy-box-top h3 br {
        display: none;
    }
}

.sy-box-top p {
    padding-top: 30px;
    font-size: 16px;
}

@media (max-width: 640px) {
    .sy-box-top p {
        padding-top: 5px;
    }
}

.sy-box-top p span:before,
.sy-box-top p span:after {
    content: "";
    position: relative;
    display: block;
    top: 11px;
    width:75px;
    height: 3px;
    background: #e60012;
}

.sy-box-top p span:before {
    float: left;
}

.sy-box-top p span:after {
    float: right;
}

.sy-album-nr {
    position: relative;
    width: 100%;
    height: auto;
    background: #252525;
}

@media (max-width: 640px) {
    .sy-album-nr {
        display: none;
    }
}

.sy-album-nr-bj {
    position: relative;
    width: 100%;
    height: auto;
    opacity: 0;
    z-index: -1;
}

.sy-album-nr ul {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.sy-album-nr ul li {
    position: relative;
    float: left;
    width: 33.33333%;
    height: 33.33333%;
    overflow: hidden;
    border: 0;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}

.sy-album-nr ul li img {
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-transition: all .27s;
    -moz-transition: all .27s;
    -o-transition: all .27s;
    transition: all .27s;
}

.sy-album-nr ul li:hover img {
    -webkit-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -o-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
    opacity: .3;
    border: 0;
}

.sy-album-nr ul li .sy-album-nr-tl {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 100%;
    top: 0;
    left: 0;
    text-align: right;
    transform-origin: 100% 100%;
    -webkit-transform: scale(.6, .6);
    -moz-transform: scale(.6, .6);
    -ms-transform: scale(.6, .6);
    -o-transform: scale(.6, .6);
    transform: scale(.6, .6);
    -webkit-transition: all .27s;
    -moz-transition: all .27s;
    -o-transition: all .27s;
    transition: all .27s;
}

.sy-album-nr ul li:hover .sy-album-nr-tl {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.sy-album-nr ul li .sy-album-nr-tl &gt; div {
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 50px 0;
    right: -24%;
    top: 60%;
    height: auto;
    font-size: 28px;
    text-align: center;
    color: #E60012;
    background: url("../images/sy-album-nr-tl.png") 192px 1px no-repeat;
    -webkit-transition: all .27s;
    -moz-transition: all .27s;
    -o-transition: all .27s;
    transition: all .27s;
}

.sy-album-nr ul li:hover .sy-album-nr-tl &gt; div {
    right: 0;
    top: 40%;
    background: url("../images/sy-album-nr-tl.png") 181px 1px no-repeat;
}

.sy-album-nr ul li .sy-album-nr-tl &gt; div span {
    font-size: 14px;
    color: #aeabab;
}

.sy-album-nr ul li .sy-album-nr-tl &gt; div p {
    font-size: 23px;
    color: #aeabab;
    padding-top: 5px;
    font-family: sans-serif;
    margin: 0;
    text-transform: uppercase;
}

.sy-project {
    width: 1400px;
    height: auto;
    margin: 0 auto;
}

.sy-pro-l {
    position: relative;
    width: 1400px;
    height: 429px;
    float: left;
}
@media(max-width:1100px){
    .sy-pro-l{
        width: 1024px;
    }
}
.sy-pro-lul li {
    position: relative;
    float: left;
    width: 322px;
    height: 429px;
    overflow: hidden;
}
@media(max-width:1100px){
    .sy-pro-lul li{
        width: 380px;
    }
}
.sy-pro-lul li img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .37s;
    -moz-transition: all .37s;
    -o-transition: all .37s;
    transition: all .37s;
}

.sy-pro-lul li:hover img {
    -webkit-transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -ms-transform: scale(1.06, 1.06);
    -o-transform: scale(1.06, 1.06);
    transform: scale(1.06, 1.06);
}

.sy-pro-lul li:nth-child(2) {
    
}




.sy-pro-lul li:nth-child(3),
.sy-pro-lul li:nth-child(4) {
    
}

.sy-pro-lul li span {
    position: absolute;
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #fff;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, .5);
}

.sy-pro-l .owl-controls .owl-buttons div {
    position: absolute;
    right: 0;
    top: -30px;
    width: 16px;
    height: 16px;
    padding: 0;
}

.sy-pro-l .owl-controls .owl-buttons .owl-prev {
    right: 20px;
    background: url("../images/sy-pro-l-PN.png") -33px .5px no-repeat;
}

.sy-pro-l .owl-controls .owl-buttons .owl-next {
    background: url("../images/sy-pro-l-PN.png") -50px .5px no-repeat;
}

.sy-pro-l .owl-controls .owl-buttons .owl-prev:hover {
    background: url("../images/sy-pro-l-PN.png") 0 .5px no-repeat;
}

.sy-pro-l .owl-controls .owl-buttons .owl-next:hover {
    background: url("../images/sy-pro-l-PN.png") -15px .5px no-repeat;
}

.sy-pro-r {
    position: relative;
    float: left;
    width: 307px;
    height: 429px;
    margin-left: 18px;
    background: #d5d5d5;
}

.sy-pro-r:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .7);
}

.sy-pro-r img {
    width: 100%;
    height: 100%;
}

.sy-coop {
    width: 1400px;
    margin: 50px auto;
}

.sy-coop h1 {
    font-size: 18px;
    color: #e60012;
    padding: 10px 0;
    border-bottom: 1px solid #b6b6b6;
    margin-bottom: 30px;
}

.sy-coop h1 span {
    font-size: 16px;
    color: #999;
    font-weight: normal;
}

.ny-int {
    width: 860px;
    height: auto;
    margin: 40px auto;
    overflow: hidden;
}

@media (max-width: 852px) {
    .ny-int {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .ny-int {
        width: 306px;
        display: none;
    }
}

.ny-int li {
    position: relative;
    float: left;
    width: 92px;
    height: auto;
    margin: 0 15px;
    text-align: center;
    color: #6b6b6b;
}

@media (max-width: 852px) {
    .ny-int li {
        margin: 0 10px;
    }
}

@media (max-width: 640px) {
    .ny-int li {
        margin: 0 5px;
    }
}

.ny-int li a {
    display: block;
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid #6b6b6b;
}

.ny-int li:hover {
    color: #ff0000;
}

.ny-int li:hover a {
    border-color: #ff0000;
    -webkit-transition: al .37s;
    -moz-transition: all .37s;
    -o-transition: all .37s;
    transition: all .37s;
}

.ny-int li:nth-child(1) a {
    background: url("../images/ny-jianjie-main-icon.png") 19px 20px no-repeat;
}

.ny-int li:hover:nth-child(1) a {
    background: url("../images/ny-jianjie-main-icon.png") 19px -64px no-repeat;
}

.ny-int li:nth-child(2) a {
    background: url("../images/ny-jianjie-main-icon.png") -77px 17px no-repeat;
}

.ny-int li:hover:nth-child(2) a {
    background: url("../images/ny-jianjie-main-icon.png") -77px -60px no-repeat;
}

.ny-int li:nth-child(3) a {
    background: url("../images/ny-jianjie-main-icon.png") -173px 16px no-repeat;
}

.ny-int li:hover:nth-child(3) a {
    background: url("../images/ny-jianjie-main-icon.png") -173px -56px no-repeat;
}

.ny-int li:nth-child(4) a {
    background: url("../images/ny-jianjie-main-icon.png") -790px -22px no-repeat;
}

.ny-int li:hover:nth-child(4) a {
    background: url("../images/ny-jianjie-main-icon.png") -880px -22px no-repeat;
}

.ny-int li:nth-child(5) a {
    background: url("../images/ny-jianjie-main-icon.png") -342px 17px no-repeat;
}

.ny-int li:hover:nth-child(5) a {
    background: url("../images/ny-jianjie-main-icon.png") -342px -59px no-repeat;
}

.ny-int li:nth-child(6) a {
    background: url("../images/ny-jianjie-main-icon.png") -612px -22px no-repeat;
}

.ny-int li:hover:nth-child(6) a {
    background: url("../images/ny-jianjie-main-icon.png") -699px -22px no-repeat;
}
.ny-int li:nth-child(7) a {
    background: url("../images/ny-jianjie-main-icon.png") -428px -24px no-repeat;
}

.ny-int li:hover:nth-child(7) a {
    background: url("../images/ny-jianjie-main-icon.png") -522px -22px no-repeat;
}
.ny-int li.active {
    color: #ff0000;
}

.ny-int li.active a {
    border-color: #ff0000;
    background: url("../images/ny-jianjie-main-icon.png") 19px -64px no-repeat;
}

.int-main {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
}

@media (max-width: 640px) {
    .int-main {
        padding: 10px 0;
    }
}

.int-jj {
    background: #f4f4f4;
}

.int-main &gt; h1 {
    font-size: 30px;
    color: #261815;
    font-weight: normal;
}

@media (max-width: 640px) {
    .int-main &gt; h1 {
        font-size: 18px;
    }
}

.int-main &gt; h1 &gt; span:after {
    content: "";
    display: block;
    margin: 10px auto 0 auto;
    width: 44px;
    height: 4px;
    background: #3192d6;

}

.int-main &gt; p {
    color: #666;
    font-size: 18px;
}

@media (max-width: 640px) {
    .int-main &gt; p {
        font-size: 16px;
        margin: 5px auto;
    }
}

.int-main-nr {
    width: 1200px;
    margin: 40px auto;
    text-align: left;
    font-size: 16px;
    line-height: 32px;
}

@media (max-width: 1200px) {
    .int-main-nr {
        width: calc(100% - 20px);
        padding: 0 10px;
    }
}

@media (max-width: 640px) {
    .int-main-nr {
        width: 98%;
        margin: 10px 1%;
        text-align: center;
        padding:0;
    }
}

.int-jj-nr p {
    font-size: 16px;
    line-height: 32px;
}

@media (max-width: 640px) {
    .int-jj-nr p {
        width: 100%;
        font-size: 12px;
        line-height: 20px;
    }
}

.int-jj-p {
    width: 1200px;
    position: relative;
    margin: 40px auto;
}

@media (max-width: 1200px) {
    .int-jj-p {
        width: 100%;
    }
}

.int-jj-p .owl-controls .owl-buttons div {
    width: 40px;
    height: 40px;
    top: 35%;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #b2b2b2;
    color: #b2b2b2;
    font-size: 28px;
    line-height: 41px;
    font-family: sans-serif;
    background: transparent;
}

.int-jj-box .owl-controls .owl-buttons div {
    position: absolute;
}

.int-jj-p .owl-controls .owl-buttons div {
    color: #525252;
    border-color: #525252;
}

.int-jj-p .owl-controls .owl-buttons div:hover {
    color: #ff0000;
    border-color: #ff0000;
}

.int-jj-p .owl-controls .owl-buttons .owl-prev {
    left: -50px;
}

.int-jj-p .owl-controls .owl-buttons .owl-next {
    right: -50px;
}

.con_xm_box .owl-controls .owl-buttons div {
    position: absolute;
}

.int-jj-bn {
    margin: 20px auto;
}

.more-bn {
    display: block;
    width: 150px;
    height: 31px;
    line-height: 31px;
    font-size: 16px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #b2b2b2;
}

.more-bn:hover {
    border: 1px solid #ff0000;
    color: #ff0000;
}

.int-zc h1 {
    color: #484444;
}

.int-zc-nr img {
    float: left;
    margin-right: 30px;
    width: 390px;
    height: 280px;
}

@media (max-width: 640px) {
    .int-zc-nr img {
        width: 80%;
        height: auto;
        float: none;
        margin: 0 auto;
    }
}

.int-zc-nr &gt; div.int-zc-t {
    font-size: 16px;
    color: #4e4d4d;
    line-height: 35px;
    height: 210px;
    overflow: hidden;
    text-indent: 2em;
}

@media (max-width: 640px) {
    .int-zc-nr &gt; div.int-zc-t {
        text-align: left;
        font-size: 12px;
        line-height: 20px;
        height:auto;
    }
}

.int-zc-bn {
    float: left;
    margin-top: 20px;
}

@media (max-width: 640px) {
    .int-zc-bn {
        float: none;
        margin: 0 auto;
    }
}

.int-wh {
    height: 378px;
    
}

@media (max-width: 640px) {
    .int-wh {
        height: 200px;
    }
}

.int-wh-nr {
    text-align: center;
    padding-top: 30px;
}

@media (max-width: 640px) {
    .int-wh-nr {
        padding: 0;
    }
}

.int-wh-nr span {
    font-size: 20px;
    color: #666;
    line-height: 54px;
}

@media (max-width: 640px) {
    .int-wh-nr span {
        font-size: 12px;
        line-height: 34px;
    }
}

.int-wh-nr span:before {
    content: "";
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 16px;
    top: 2px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #666;
}

.int-rlzy {
    width: 100%;
    padding: 40px 0;
    background: #f4f4f4;
}

@media (max-width: 640px) {
    .int-rlzy {
        padding: 10px 0;
    }
}

.int-rlzy-nr {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    text-align: center;
}

@media (max-width: 1200px) {
    .int-rlzy-nr {
        width: 100%;
    }
}

.int-rlzy-nr li {
    position: relative;
    width: 32.3%;
    height: auto;
    text-align: center;
    display: inline-block;
    *display:inline;
    *zoom:1;
}

.int-rlzy-nr li .rlzy-li-top {
    position: relative;
    width: 50px;
    height: 50px;
    padding: 20px 30px 40px 30px;
    margin: 20px auto;
    font-size: 20px;
    line-height: 35px;
    color: #3f3a39;
    border-radius: 50%;
    border: 1px solid #3f3a39;
    -webkit-transition: all .37s;
    -moz-transition: all .37s;
    -o-transition: all .37s;
    transition: all .37s;
}

@media (max-width: 640px) {
    .int-rlzy-nr li .rlzy-li-top {
        padding: 10px 10px 10px 10px;
        line-height: 24px;
    }
}

.int-rlzy-nr li .rlzy-li-top:hover {
    border-color: #ff0000;
}

.int-rlzy-nr li .rlzy-li-top a {
    display: block;
    position: relative;
    color: #3f3a39;
    z-index: 1;
    -webkit-transition: all .37s;
    -moz-transition: all .37s;
    -o-transition: all .37s;
    transition: all .37s;
}

.int-rlzy-nr li .rlzy-li-top:hover a {
    color: #fff;
}

.int-rlzy-nr li .rlzy-li-top:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    background: #f4f4f4;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .37s;
    -moz-transition: all .37s;
    -o-transition: all .37s;
    transition: all .37s;
    z-index: 0;
}

.int-rlzy-nr li .rlzy-li-top:hover:after {
    background: #ff0000;
    width: 95px;
    height: 95px;
}

.rlzy-li-nr {
    width: 100%;
    padding: 10px 0;
    color: #261815;
    font-size: 15px;
}
.rlzy-li-nr p a{ color:#261815;}
.rlzy-li-nr p a:hover{ color:#606060;}

@media (max-width: 640px) {
    .rlzy-li-nr {
        display: none;
    }
}
/***
.int-rlzy-nr li:nth-child(2) .rlzy-li-nr {
    text-align: left;
}

.int-rlzy-nr li:nth-child(2) .rlzy-li-nr p {
    margin: 20px 13px;
    padding-left: 80px;
    line-height: 22px;
    font-size: 14px;
    color: #261815;
}

.int-rlzy-nr li:nth-child(2) .rlzy-li-nr p span {
    position: absolute;
    left: 10px;
    font-size: 16px;
    color: #261815;
}
****/
.int-rlzy-bn {
    width: 104px;
    margin: 30px auto 0 auto;
}

@media (max-width: 640px) {
    .int-rlzy-bn {
        margin: 0 auto;
    }
}

.int-tel {
    width: 100%;
    margin: 40px auto;
    padding: 40px 0;
    text-align: center;
}

@media (max-width: 640px) {
    .int-tel {
        margin: 10px auto;
        padding: 0;
    }
}

.int-tel &gt; h1 {
    margin: 0;
    color: #241f1d;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 2px;
    font-weight: normal;
}

@media (max-width: 640px) {
    .int-tel &gt; h1 {
        font-size: 20px;
    }
}

.int-tel &gt; small {
    font-size: 16px;
    color: #666;
}

@media (max-width: 640px) {
    .int-tel &gt; small {
        font-size: 12px;
    }
}

.int-tel &gt; span {
    display: block;
    margin: 0 auto;
    width: 140px;
    height: 2px;
    background: #574c45;
}

.int-tel-map {
    width: 100%;
    height: 440px;
    margin: 40px auto 0 auto;
    position: relative;
	background:url(../images/map.png) no-repeat center;
}
.int-tel-map .current{ width:200px; height:120px; left:50%; top:50%; margin:-60px 0px 0px -100px; position:absolute; text-align:center; }
.int-tel-map .current i{	
	width:43px; height:56px; background:url(../images/pos.png) center no-repeat; display:block; margin:0px auto 20px; transition:0.5s all; -webkit-transition:0.5s all;
	animation: myanimate 0.5s infinite alternate;
   -webkit-animation: myanimate 0.5s infinite alternate;
}
/*--和地图淡入淡出冲突-*/
/*@keyframes myanimate
{
0% { transform:translateY(0) scale(1,1);}
100%{transform:translateY(15px)  scale(0.9,0.9);}
}
@-webkit-keyframes myanimate
{
0% { transform:translateY(0) scale(1,1);}
100%{transform:translateY(15px)  scale(0.9,0.9);}
}
*/

.int-tel-map .current a{ display:block; border:2px solid #fff; padding:2px 0px; text-align:center; font-size:16px; color:#fff; border-radius:5px;    background: rgba(255,255,255,.7);
    font-weight: bold; color:#000;}
#allmap{ width:100%; position:fixed !important;  left:0px; top:0px;}
.allmap_close{ z-index:-2 !important;   opacity:0; filter:alpha(opacity=0);  transition:1s all; -webkit-transition:1s all; }
.allmap_open{z-index:1000 !important;  opacity:1; filter:alpha(opacity=100); transition:1s all; -webkit-transition:1s all;  }
@media(max-width:1048px){
    .allmap_close{
        display: none !important;
    }
    .allmap_open{
        display: block !important;
    }
}
.allmap_mask{ background:#f4f4f4;  opacity:0.7; filter:alpha(opacity=70); width:100%; position:fixed; left:0px; top:0px; height:100%; z-index:-1;}

i.map_close{ position:fixed; width:34px; height:34px; right:40px; top:40px; background:url(../images/x2.gif) no-repeat center #f00;  z-index:1001; display:none; padding:5px; cursor:pointer; transition: all .57s; background-size:100% }
i.map_close:hover{  background-size:80%;  }

@media (max-width: 640px) {
    .int-tel-map {
        margin: 10px auto;
        height: 280px;
    }
}

.int-tel-t {
    width: 100%;
    padding: 40px 0;
    height: auto;
    background: #f4f4f4;
}

@media (max-width: 1200px) {
    .int-tel-t {
        width: 98%;
        padding: 10px 1%;
    }
}

.int-tel-t .int-tel-ul {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .int-tel-t .int-tel-ul {
        width: 100%;
    }
}

.int-tel-t .int-tel-ul li {
    position: relative;
    width: 33.33%;
    padding-bottom: 40px;
    float: left;
    text-align: left;
}

.int-tel-t .int-tel-ul li p {
    font-size: 16px;
    color: #0e0509;
}

@media (max-width: 640px) {
    .int-tel-t .int-tel-ul li p {
        font-size: 12px;
        margin: 5px 0;
    }
}

.int-tel-t .int-tel-ul li:nth-child(2) {
    width: calc(33.33% - 2px);
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
}

@media (max-width: 640px) {
    .int-tel-t .int-tel-ul li:nth-child(2) {
        border: 0;
    }
}

@media (max-width: 640px) {
    .int-tel-t .int-tel-ul li,
    .int-tel-t .int-tel-ul li:nth-child(2) {
        width: 100%;
        padding-bottom: 0;
    }

    .int-tel-t .int-tel-ul li:first-child h3 {
        display: none;
    }
}

.int-tel-t .int-tel-ul li:nth-child(2) p,
.int-tel-t .int-tel-ul li:nth-child(3) p,
.int-tel-t .int-tel-ul li:nth-child(2) h3,
.int-tel-t .int-tel-ul li:nth-child(3) h3 {
    padding: 0 20%;
}

@media (max-width: 1200px) {
    .int-tel-t .int-tel-ul li:nth-child(2) p,
    .int-tel-t .int-tel-ul li:nth-child(3) p,
    .int-tel-t .int-tel-ul li:nth-child(2) h3,
    .int-tel-t .int-tel-ul li:nth-child(3) h3 {
        padding: 0 5px;
    }
}

.int-msg {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
	padding-bottom:60px;
}

@media (max-width: 1200px) {
    .int-msg {
        width: 98%;
    }
}
@media(max-width:640px){
    .int-msg{
        padding-bottom: 0;
    }
}



.int-msg h1 {
    position: relative;
    font-size: 24px;
    color: #999;
    font-weight: normal;
	cursor:pointer;
}

.int-msg h1:before,
.int-msg h1:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 540px;
    height: 2px;
    top: 18px;
    background: #999;
}

@media (max-width: 1200px) {
    .int-msg h1:before,
    .int-msg h1:after {
        width: calc(48% - 50px);
    }
}
@media(max-width:640px){
    .int-msg h1:before, .int-msg h1:after{
        width: 80px;
    }
}
.int-msg h1:before {
    left: 0;
}

.int-msg h1:after {
    right: 0;
}

.int-msg-form {
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #606060;
    margin-bottom: 60px;
	display:none;
}

@media (max-width: 640px) {
    .int-msg-form {
        margin-bottom: 10px;
    }
}

.int-msg-form &gt; span {
    position: relative;
    display: block;
    width: 50%;
    float: left;
    line-height: 54px;
    text-align: left;
    margin: 40px 0;
}

@media (max-width: 640px) {
    .int-msg-form &gt; span {
        width: 100%;
        float: none;
        margin: 10px 0;
        line-height: 30px;
        overflow: hidden;
    }
}

.int-msg-form input {
    float: right;
    width: 77%;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    outline: none;
    text-indent: .5em;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    font-family: microsoft yahei, sans-serif;
}

.int-msg-form input:focus {
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}

.int-msg-form span:first-child input {
    width: 72%;
    margin-right: 5%;
}

@media (max-width: 640px) {
    .int-msg-form input,
    .int-msg-form span:first-child input {
        width: 98%;
        margin: 0 1%;
        height: 35px;
    }
}

.int-msg-form &gt; textarea {
    width: 100%;
    resize: none;
    height: 185px;
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
}

@media (max-width: 640px) {
    .int-msg-form &gt; textarea {
        height: 90px;
        width: 98%;
        margin: 0 1%;
        padding: 0;
    }
}

.int-msg-form textarea:focus {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.int-msg-form .form-tj {
    display: block;
    width: 103px;
    height: 37px;
    line-height: 37px;
    margin: 30px 0;
    background: #bd0000;
    color: #fff;
    text-align: center;
}

@media (max-width: 640px) {
    .int-msg-form .form-tj {
        margin: 10px 0;
    }
}

.int-msg-form .form-tj:hover {
    box-shadow: 0 0 6px rgba(189, 0, 0, .7);
}

.int-jj-p .owl-item {
    overflow: hidden;
}

.int-jj-p .owl-item li {
    position: relative;
}

.int-jj-p .owl-item li img {
    -webkit-transition: all .37s;
    -moz-transition: all .37s;
    -o-transition: all .37s;
    transition: all .37s;
}

.int-jj-p .owl-item li:hover img {
    -webkit-transform: scale(1.07, 1.07);
    -moz-transform: scale(1.07, 1.07);
    -ms-transform: scale(1.07, 1.07);
    -o-transform: scale(1.07, 1.07);
    transform: scale(1.07, 1.07);
}

@media (max-width: 970px) {
    .int-jj-p .owl-item li img {
        width: 100%;
    }
}

.int-jj-p .owl-item li img {
    width: 100%;
}

.media-nav-bn {
    display: none;
}

.navbar-nav &gt; li:nth-child(3) .navbar-nav-ul ul {
    margin-right: 30%;
    width: calc(100% - 281px);
}

@media (min-width: 1680px) {
    .navbar-nav &gt; li:nth-child(3) .navbar-nav-ul ul {
        padding-right: 381px;
        margin-right: 16%;
        width: calc(100% - 381px);
    }
}

.navbar-nav &gt; li:nth-child(2) .navbar-nav-ul ul {
    margin-right: 36%;
    width: calc(100% - 595px);
}

.sy-coop img {
    width: 100%;
}

.wenhua_img .img .img_meng {
    position: absolute;
    width: 10%;
    height: 10%;
    left: 50%;
    top: 50%;
    border: 1px solid #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 169px;
    -webkit-transition: all .37s;
    -moz-transition: all .37s;
    -o-transition: all .37s;
    transition: all .37s;
    opacity: 0;
    z-index: 1;
}

.wenhua_img .img .img_meng span {
    opacity: 0;
}

@media (max-width: 900px) {
    .wenhua_img .img .img_meng span {
        font-size: 10px;
    }
}

.wenhua_img .img:hover .img_meng {
    width: 80%;
    height: 80%;
    opacity: 1;
}

.wenhua_img .img:hover .img_meng span {
    opacity: 1;
    color: #fff;
}

.hanshang ul li {
    position: relative;

}

.hanshang ul li img {
    width: 100%;
}

@media (max-width: 640px) {
    .hanshang ul li img {
        position: relative;
        height: auto;
    }
}

@media (max-width: 1200px) {
    .hanshang {
        width: 100%;
        margin: 0 auto;
    }
    .hanshang ul li{
        width: 25%;
        height:auto;
    }
    .hanshang ul li img{
        position: relative;
    }
}

@media (max-width: 640px) {
    .hanshang {
        width: 100%;
        margin: 0 auto;
    }

    .hanshang ul li {
        width: 50%;
        height: auto;
    }
}

.hanshang ul li .hanshang-li {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hanshang ul li .hanshang-li:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all .37s;
    -moz-transition: all .37s;
    -o-transition: all .37s;
    transition: all .37s;
}

.hanshang ul li:hover .hanshang-li:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
}

.hanshang ul li .hanshang-li span {
    display: block;
    position: relative;
    width: 75%;
    height: 25%;
    border: 1px solid #fff;
    line-height: 98px;
    top: 60%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .37s;
    -moz-transition: all .37s;
    -o-transition: all .37s;
    transition: all .37s;
}

@media (max-width: 640px) {
    .hanshang ul li .hanshang-li span {
        line-height: 62px;
    }
}

.hanshang ul li:hover .hanshang-li span {
    opacity: 1;
}

@media (max-width: 640px) {
    .int-tel-t .int-tel-ul li:nth-child(2) p,
    .int-tel-t .int-tel-ul li:nth-child(3) p,
    .int-tel-t .int-tel-ul li:nth-child(2) h3,
    .int-tel-t .int-tel-ul li:nth-child(3) h3 {
        padding: 0;
    }

    .int-tel-t {
        width: 90%;
        padding: 0 5%;
    }
}

.wenhua_img .img a {
    display: block;
}

.mb-album-nr {
    position: relative;
    width: 100%;
    height: auto;
    display: none !important;
}

@media (max-width: 640px) {
    .wenhua_img {

    }
}

.ny-lsrw-box {
    width: 100%;
    position: relative;
    display: none !important;
}

.ny-lsrw-box .owl-item &gt; div img {
    width: 100%
}
@media(max-width:880px){
    .ny-lsrw-box .owl-item &gt; div img{
        height:208px;
    }
}
@media(max-width:768px){
    .ny-lsrw-box .owl-item &gt; div img{
        height:270px;
    }
}
@media(max-width:498px){
    .ny-lsrw-box .owl-item &gt; div img{
        height:270auto;
    }
}
@media (max-width: 880px) {
    .ny-lsrw-box {
        display: block !important;
    }

    .wenhua_img {
        display: none;
    }
}

@media (min-width: 881px) {
    .ny-lsrw-box {
        display: none !important;
    }

    .wenhua_img {
        display: block;
    }
}

@media (max-width: 640px) {
    .mb-album-nr {
        display: block !important;
    }
}

.mb-album-nr .owl-item &gt; div &gt; img {
    width: 100%;
}

.wenhua_pic .pic img {
    width: 100%;
}

.ny-lsrw-box .mb-lsrw-box-img {
    text-align: center;
}

.navbar-nav &gt; li .navbar-nav-ul {
    display: none;
}

.navbar-nav &gt; li.active .navbar-nav-ul {
    display: block;
}

.right &gt; span {
    display: none;
    font-size: 10px;
    color: #333333;
}

.mF_tab .btn li:hover,
.mF_tab .btn li.active {
    color: #E60012;
}
.liucheng{
    width:100%;
    max-width:1250px;
    margin: 0 auto;
}
.liucheng &gt; img {
    width: 100%;
}
@media (max-width: 1700px) {
    .sy-album-nr ul li .sy-album-nr-tl &gt; div {
        background: url("../images/sy-album-nr-tl.png") 120px 1px no-repeat;
    }

    .sy-album-nr ul li:hover .sy-album-nr-tl &gt; div {
        background: url("../images/sy-album-nr-tl.png") 120px 1px no-repeat;
    }

    .navbar-nav &gt; li:nth-child(2) .navbar-nav-ul ul {
        margin-right: 31%;
        width: calc(100% - 495px);
    }
}

@media (max-width: 1450px) {
    .navbar-nav &gt; li {
        margin: 0 15px;
    }

    .sy-main-xm {
        width: 100%;
        height: auto;
    }

    .sy-main-xm-l,
    .sy-main-xm-r {
        width: 690px;
        margin: 0 auto;
        float: none;
    }

    .sy-main-xm-l {
        height: 300px;
    }

    .sy-album-nr ul li .sy-album-nr-tl &gt; div {
        background: url("../images/sy-album-nr-tl.png") 98px 1px no-repeat;
    }

    .sy-album-nr ul li:hover .sy-album-nr-tl &gt; div {
        background: url("../images/sy-album-nr-tl.png") 98px 1px no-repeat;
    }

    .sy-pro-l {
        float: none;
        margin: 0 auto;
    }

    .sy-project {
        width: 100%;
    }

    .ny-foot {
        width: 98%;
        margin: 0 1%;
    }

    .navbar-nav li a {
        font-size: 16px;
    }

    .navbar-nav &gt; li:nth-child(2) .navbar-nav-ul ul {
        margin-right: 34%;
    }

    .navbar-nav-ul ul {
        width: 100%;
    }

    .sy-pro-r {
        float: none;
        margin: 20px auto;
    }

    .sy-pro-r {
        display: none;
    }
}
@media(max-width:1240px){
    .navbar-nav &gt; li:nth-child(2) .navbar-nav-ul ul {
       margin-right: 16%;
    }
}
@media (max-width: 1120px) {
    .navbar-nav &gt; li:nth-child(2) .navbar-nav-ul ul {
        padding-right: 70px;
        width: calc(100% - 25px);
    }
}

@media (max-width: 640px) {
    .navbar-nav &gt; li:nth-child(2) .navbar-nav-ul ul {
        padding-right: 0;
        width: calc(100% - 71px);
    }
}

@media (max-width: 1366px) {
    .con_xm_box .owl-controls .owl-buttons div {
        display: none;
    }
}

@media (max-width: 1400px) {
    .sy-coop {
        position: relative;
        width: 100%;
    }

    .sy-an {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .con {
        width: 100%
    }

    .wenhua_inco_img {
        margin: 0;
        width: 20%;
    }

    .wenhua_p p {
        padding: 0 20px;
    }

    .wenhua_pic .pic {
        width: 33.33333%;
        height: auto;
        padding: 0;
    }

    .wenhua_news {
        width: 100%;
    }

    .wenhua_news .news_img {
        width: 30%;
    }

    .wenhua_news .news_con {
        width: 68%;
    }

    .wenhua_news .news_con &gt; p,
    .wenxue_news .news_con &gt; p {
        height: 46px;
        overflow: hidden;
        line-height: 22px;
    }


    .wenxue_news {
        width: 100%;
    }

    .xiangmu ul li {
        margin: 0;
        width: 33.3333%;
    }

    .meiti {
        width: 100%;
    }

    .meiti ul li {
        width: 31.3333%;
        margin: 0;
    }

    .lindao ul li {
        width: calc(25% - 10px);
        margin: 0 5px;
    }

    .zhaobiao {
        width: 90%;
        margin: 0 5%;
    }

    .zhaobiao ul li {
        width: 33.3333%;
        margin: 0;
    }

    .zhaobiao ul li .top .right {
        float: left;
        margin-left: 5px;
    }

    .con_xm {
        width: 100%;
    }

    .con_xm ul li {
        width: 11.1111%;
        margin: 0;
    }

    .navbar-nav &gt; li:nth-child(3) .navbar-nav-ul ul {
        margin-right: 15%;
    }

    .touzi {
        width: 100%;
    }

    .liucheng &gt; img {
        width: 100%;
    }

    .zhaoshang {
        width: 100%;
    }

    .zhaoshang ul li {
        width: calc(25% - 10px);
        margin: 0 5px;
    }

    .zhaoshang ul li .bot {
        width: 40%;
        margin: 0 auto;
    }
}
@media(max-width:1200px){
    .wenhua_pic {
        height: 235px;
    }
}
@media(max-width:1100px){
    .lindao ul li{
        width: 24%;
        margin: 0 .5%;
    }
}
@media(max-width:780px){
    .meiti ul li{
        width: 31.33333%;
    }
    .zhaoshang ul li .bot{
        width: 60%;
    }
}
@media (max-width:640px){
    .wenhua_pic {
        height: 80px;
    }
}
@media (max-width: 800px) {
    .con_xm ul li {
        width: 33.333%;
    }
}

@media (max-width: 770px) {
    .lindao ul li {
        width: 50%;
        margin: 0;
    }

    .lindao ul li .img {
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 640px) {
    .navbar-nav li a {
        font-size: 11px;
    }

    .lindao ul li .img {
        width: 28%;
        margin-right: 2%;
        float: left;
    }

    .lindao ul li .img img {
        height: auto;
    }
}
@media(max-width:320px){
    .navbar-nav li a {
        font-size: 10px;
    }
}
@media(max-width:780px){
    .meiti ul li .top .left{
        margin: 0 auto;
        float: none;
    }
    .meiti ul li .top .right{
        width: 100%;
        float: none;
    }
}
@media(max-width:1100px){
    .wenxue,.renwen{
        width: 100%;
        padding:0 1%;
    }
}
@media (max-width: 640px) {
    .logo &gt; span {
        font-size: 12px;
    }

    .header {
        position: relative;
    }

    .navbar-nav &gt; li:nth-child(3) .navbar-nav-ul ul {
        width: 100%;
        padding-right: 66px;
    }

    .navbar-nav {
        position: relative;
        display: none;
        line-height: 40px;
        width: 100%;
        margin: 0;
        border-top: 1px solid #c0c0c0;
        padding-bottom: 30px;
    }
    .sy-lb-head .navbar-nav{
        height:40px;
        padding-bottom: 0;
    }
    .navbar-nav &gt; li {
        line-height: 40px;
        margin: 0 5px;
        width: 13%;
    }

    .sy-banner .owl-controls .owl-buttons div {
        display: none;
    }

    .language {
        display: none;
    }

    .mail {
        display: none;
    }




    .sy-main-xm-l .mF_tab .swt img {
        display: none;
    }

    .sy-main-xm-l {
        width: 100%;
    }

    .sy-main-xm-l .mF_tab {
        width: 100%;
    }

    .mF_tab .btn li {
        width: 24%;
        float: left;
        font-size: 12px;
        margin: 0 !important;
        padding: 0 !important;
    }

    .mF_tab .btn li.active:after {
        left: 7px;
        width: 80%;
    }

    .sy-main-xm-r {
        width: 100%;
        height: auto;
    }

    .xm-r-nr {
        width: 100%;
        float: none;
    }

    .xm-r-nr li {
        font-size: 12px;
    }

    .xm-r-nr li:nth-child(1) span, .xm-r-nr li:nth-child(2) span, .xm-r-nr li:nth-child(3) span, .xm-r-nr li:nth-child(4) span {
        font-size: 11px;
    }

    ul.xm-r-img {
        float: none;
        margin: 0 auto;
    }

    .sy-box-top {
        margin: 20px auto;
    }

    .sy-album-nr ul li .sy-album-nr-tl {
        display: none;
    }

    .sy-pro-l {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .sy-pro-lul li {
        width: 50%;
        float: left;
        height: auto;
    }

    .erweima {
        float: none;
        margin: 0 auto;
        display: none;
    }

    .erweima li {
        width: 50%;
        margin: 0;
        padding: 0;
    }

    .erweima li:last-child {
        margin: 0;
    }

    .copyright {
        height: auto;
        font-size: 12px;
        text-align: center;
    }

    .copyright p {
        line-height: 27px;
    }

    .banner-nav ul {
        display: none;
    }

    .sy-coop {
        display: none;
    }

    .xm-l-nr {
        width: 100%;
    }

    body {
        overflow-x: hidden;
    }

    .sy-an {
        display: none;
    }

    .sy-pro-l .owl-controls .owl-buttons div {
        display: none;
    }

    .mF_tab {
        margin-left: 0;
    }

    .sy-pro-lul li:nth-child(3), .sy-pro-lul li:nth-child(4) {
        display: none;
        margin: 0;
    }

    .mF_tab .cont .swt li p {
        padding: 5px 10px;
        font-size: 11px;
    }

    .sy-coop img {
        display: none;
    }

    .sy-pro-r {
        display: none;
    }

    .con {
        width: 100%
    }

    .wenhua_news .news_img {
        width: 100%;
        display: none;
    }

    .wenhua_news .news_con,
    .wenxue_news .news_con {
        width: 100%;
        font-size: 10px;
        line-height: 1;
    }

    .wenhua_news .news_con .news_aa {
        display: none;
    }

    .wenhua_news {
        width: 90%;
        margin: 0 auto;
    }

    .pageNum {
        display: none;
    }

    .wenxue_news .news_time {
        width: 100%;
        height: auto;
        padding-left: 10px;
        display: none;
    }

    .wenxue_news .news_time h2 {
        font-size: 26px;
        line-height: 26px;
        margin: 0;
    }

    .wenxue_news .news_time &gt; br {
        display: none;
    }

    .zhaoshang ul li .bot {
        display: none;
    }

    .wenxue_news .news_con {
        font-size: 10px;
        float: none;
        width: 90%;
        margin: 0 5%;
    }

    .wenhua_inco_1,
    .wenhua_inco_2,
    .wenhua_inco_3,
    .wenhua_inco_4,
    .wenhua_inco_5 {
        background-size: 100%;
    }

    .wenhua_inco_img {
        height: 87px;
    }

    .wenhua_p {
        padding: 0;
    }

    .wenhua_p p {
        font-size: 12px;
    }

    .con {
        padding: 0;
    }

    .more {
        padding: 10px 0;
    }

    .con_k {
        padding: 0;
    }

    .con_title {
        margin-bottom: 10px !important;
        font-size: 14px;
    }

    .xiangmu ul li {
        width: 90%;
        margin: 10px 5%;
    }

    .xiangmu {
        padding-top: 0;
        width: 100%;

    }

    .xiangmu ul li a {
        font-size: 14px;
        text-align: left;
        font-weight: bold;
    }

    .meiti ul li {
        width: 100%;
        margin: 10px auto;
    }

    .meiti ul li .top .left {
        display: none;
        width: auto;
        height: auto;
        background: none;
    }

    .meiti ul li .top .right {
        width: 90%;
        margin: 0 5%;
    }

    .meiti ul li .top .right p {
        margin: 2px 0;
    }

    .lindao ul li p {
        text-align: left;
        font-size: 12px;
        height: 46px;
        overflow: hidden;
        margin-top: 0;
    }

    .lindao ul li .bot {
        margin: 0 auto 10px auto;
        width: 30%;
        display: none;
    }

    .zhaobiao ul li {
        width: 100%;
        margin: 5px 0;
    }

    .zhaobiao ul li .top .right p {
        margin: 0;
        font-size: 12px;
        height: 46px;
        line-height: 22px;
        overflow: hidden;
    }

    .zhaobiao ul li .top .right a {
        font-size: 14px;
        font-weight: bold;
    }

    .con_xm_box .owl-item li a {
        width: 100%;
    }

    .touzi ul li {
        width: 100%;
        padding: 0;
    }

    .touzi_title {
        padding: 0;
        font-size: 12px;
    }

    .touzi ul li .img {
        float: left;
    }

    .touzi ul li .wenzi {
        padding-top: 1em;
    }

    .touzi ul li .wenzi p {
        text-align: left;
        font-size: 10px;
    }

    .zhaoshang {
        width: 96%;
        padding: 0 2%;
    }

    .zhaoshang ul {
        padding-top: 2em;
    }

    .zhaoshang ul li {
        width: 100%;
        margin: 10px 0;
    }

    .zhaoshang ul li .bot {
        margin-bottom: 10px;
    }

    .zhaoshang ul li p {
        width: 90%;
        margin: 0 auto;
    }

    .mF_tab .cont {
        left: 0;
    }

    .int-jj-box .owl-controls {
        display: none !important;
    }

    .logo a &gt; img {
        width: 50px;
        margin:9px 2px 0 3px;
    }

    .xm-l-nr li:first-child h3 {
        margin: 0;
    }

    .xm-l-nr li a {

    }

    .ny-foot {
        padding: 10px 0;
    }

    .foot-left p {
        margin: 4px 10px;
    }


    .zs_img ul li .img {
        opacity: 1;
        background: transparent;
    }

    .mb-lsrw-box-img &gt; a {
        display: inline-block;
    }

    .renwen ul li {
        padding: 0;
    }

    .wenxue_news .news_con .news_aa {
        display: none;
    }

    .wenhua_news .news_con .news_a,
    .wenxue_news .news_con .news_a {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 30px;
    }

    .wenxue_news .news_con &gt; br {
        display: none;
    }

    .dq-82:after,
    .dq-82:before {
        display: none;
    }
}
.con_xm ul li.active {
    background: url("../images/con_xm_img_2.jpg") no-repeat top;
}

.con_xm ul li.active span {
    color: #fff;
}

.con_desc {
    text-align: center;
}
@media(max-width:640px){
    .con_desc{
        font-size: 10px;
    }
}
.game163 {
    display: block;
}

.mb-game {
    display: none !important;
}

.mb-game .owl-item div img {
    width: 100%;
}

@media (max-width: 1200px) {
    .game163 {
        display: none;
    }

    .mb-game {
        display: block !important;
    }
}

.navbar-nav-ul ul {
    float: right !important;
    width: auto !important;
    min-width: 300px;
    margin-right: 12%;
}
@media (min-width:1680px){
    .navbar-nav-ul ul{
        margin-right: 14%;
    }
}
@media (max-width: 640px) {
    .navbar-nav-ul ul {
        margin-right: 0;
    }
}

.navbar-nav-ul ul li {
    float: left !important;
}

.navbar-nav-ul ul li:first-child {
    margin-right: 0 !important;
}

.zhaobiao ul li .top .right p {
    margin: 0
}

.paging a {
    padding: 5px 10px
}

.paging a {
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid #ccc;
}

.paging a span {
    padding: 5px 10px;
    background: #E60012;
    color: #fff;
}

.mb-album-nr .owl-item div img {
    width: 100%;
}

/*****视频***/
.mask {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

#showbox {
    position: fixed;
    left: 50%;
    top: 50%;
    left: 16.6666% \9;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 1000px;
    height: 562.5px;
    border-radius: 7px;
    z-index: 1000000;
    display: none;
}

.close_btn {
    font-family: arial;
    font-size: 30px;
    font-weight: 700;
    color: #999;
    text-decoration: none;
    float: right;
    padding-right: 4px;
}

.close_btn:hover {
    text-decoration: none;
}

#example {
    display: block;
    width: 50px;
    height: 50px;
}

/****
@media (max-width:1600px) {
    #showbox{position:absolute;left:50%;margin-left:-380px;top:100px;width:760px;height:480px;border:3px solid #444;border-radius:7px;z-index:1000000;display:none;}
}
****/
@media (max-width: 1200px) {
    #showbox {
        width: 90%;
    }

    #showbox object {
        width: 100%;
    }
}

/*****视频***/
@media (max-width: 640px) {
    ul.xm-r-img li {
        width: 100%;
    }

    ul.xm-r-img li {
        display: none;
    }
}

@media (max-width: 640px) {
    .zs_img ul li .img span {
        background: rgba(0, 0, 0, .3)
    }
}

@media (max-width: 1450px) and (min-width: 1200px) {
    .sy-main-xm {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }

    .sy-main-xm-l, .sy-main-xm-r {
        width: 600px;
        float: left;
    }

    .mF_tab {
        width: 600px;
    }

    .sy-main-xm-l .mF_tab .swt img {
        width: 230px;
        height: 171px;
    }

    .xm-l-nr {
        width: 320px;
    }

    .xm-l-nr li {
        font-size: 14px;
        height: 30px;
    }

    .xm-l-nr li:first-child h3 a {
        font-size: 14px;
    }

    .xm-l-nr li:nth-child(n+2) {
        line-height: 30px;
    }

    .mF_tab .cont {
        width: calc(100% - 20px);
    }

    .sy-main-xm-r {
        margin-top: 5px;
    }

    .xm-r-nr {
        width: 350px;
    }

    .xm-r-nr li {
        font-size: 14px;
    }

    .xm-r-nr li:nth-child(1) span, .xm-r-nr li:nth-child(2) span, .xm-r-nr li:nth-child(3) span, .xm-r-nr li:nth-child(4) span {
        font-size: 12px;
    }

    .sy-project {
        width: 1157px;
    }

    .sy-pro-l {
        width: 880px;
        height: 379px;
    }

    .sy-pro-lul li {
        width: 281px;
        height: 374px;
    }

    .sy-pro-lul li img {
        width: 100%;
        height: 100%;
    }

    .sy-pro-lul li:nth-child(2) {
        margin: 0 8px;
    }

    .sy-pro-lul li:nth-child(3), .sy-pro-lul li:nth-child(4) {
       
    }

    .sy-pro-lul li:nth-child(3) {
        margin-bottom: 7px;
    }

    .sy-pro-lul li img {
        width: 100%;
        height: 100%;
    }

    .sy-pro-r {
        display: block;
        width: 271px;
        height: 374px;
    }

    .sy-pro-l, .sy-pro-r {
        float: left;
    }

    .sy-pro-r {
        margin: 0 0 0 6px;
    }

    .xm-l-nr li:first-child p {
        font-size: 13px;
        line-height: 28px;
    }
}

@media (max-width: 640px) {
    .xm-l-nr li:first-child p {
        margin: 0;
        font-size: 12px;
    }
}

@media (max-width: 1450px) {
    .sy-box-top {
        margin: 10px auto;
    }
}

.sy-coop {
    overflow: hidden;
}

.sy-coop &gt; a {
    display: inline-block;
}

.sy-coop &gt; a &gt; img {
    width: auto;
    height: auto;
}

.sy-coop &gt; a {
    float: left
}

.mb-game .owl-controls {
    display: none !important;
}

.mb-album-nr .owl-item div p {
    position: absolute;
    bottom: 0;;
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: rgba(0, 0, 0, .3);
}

.mb_zs {
    display: none !important;
}
@media(max-width:1100px){
    .jymore{
        display: none;
    }
}
@media(max-width:780px){
    .media-nav-bn {
        display: block;
    }
    .media-nav-bn {
        position: absolute;
        right: 10px;
        top: 20px;
        width: 30px;
        height: auto;
    }

    .media-nav-bn span {
        display: block;
        width: 30px;
        height: 4px;
        margin: 4px 0;
        background: #0C0C0C;
    }
}
@media(max-width:780px){
    .mb_zs {
        display: block !important;
    }
    .mb_zs .owl-wrapper{
        position: absolute;
    }
    .mb_zs .owl-item{
        text-align: center;
    }
    .sy-pro-l {
        display: none !important;
    }
    .mb_zs .owl-item &gt; a span{
        display: block;
    }
    .mb_zs .owl-controls{
        display: none !important;
    }
    .jymore{
        display: none;
    }
}
@media (max-width: 640px) {
    .mb_zs .owl-item{
        height:167px;
        overflow: hidden;
    }

    .mb_zs .owl-item &gt; a span {
        display: block;
        position: absolute;
        bottom: 0;
        height: 30px;
        width: 100%;
        line-height: 30px;
        background: rgba(0, 0, 0, .3);
        text-align: center;
        color: #fff;
    }

    .mb_zs .owl-item a img {
        width: 100%;
    }

    .mb_zs .owl-controls {
        display: none !important;
    }
}

.sy-coop a {
    display: inline-block;
    position: relative;
    height: 79px;
    overflow: hidden;
    text-align: center;
    margin: 10px 0;
}

.sy-coop a img {
    position: relative;
    left: 0;
    -webkit-transition: all .27s;
    -moz-transition: all .27s;
    -o-transition: all .27s;
    transition: all .27s;
}

.sy-coop a img:first-child {
    top: 0;
}

.sy-coop a img:last-child {
    top: -82px;
    position: absolute;
    left: 0;
    z-index: 2;
}

.sy-coop a:hover img:first-child {
    top: 82px;
}

.sy-coop a:hover img:last-child {
    top: 0;
}

.zs_img {
    position: relative;
    width:100%;
    max-width:1200px;
    margin: 0 auto;
}

.zs_img ul li img {
    height: 96%;
    width: 96%;
}

@media (min-width: 1200px) {
    .zs_img {
        height: 226px;
    }
}

@media (min-width: 1360px) {
    .zs_img {
        height: 255px;
    }
}

@media (min-width: 1440px) {
    .zs_img {
        height: 250px;
    }
}


.zs_img ul li {
    width: 100%;
}
@media(max-width:640px){
    .zs_img ul li{
        float: none;
        text-align: center;
    }
}
.zss_img .owl-controls .owl-pagination {
    display: none !important;
}

.zss_img .owl-controls .owl-buttons {
    position: absolute;
    right: 10px;
    top: -50px;
}

.zss_img .owl-controls .owl-buttons div {
    border-radius: 0;
    border: 1px solid #c0c0c0;
    padding: 0 20px;
    font-size: 25px;
    background: transparent;
    color: #E60012;
    font-family: sans-serif;
}

@media (max-width: 640px) {
    .zss_img .owl-controls .owl-buttons {
        display: none !important;
    }
}

.mF_tab .btn li.active {
    background: transparent;
}

.sy-pro-lul li:hover span {
    z-index: 2;
    background: #E60012;
}

.sy-pro-lul li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .4);
    -webkit-transition: all .37s;
    -moz-transition: all .37s;
    -o-transition: all .37s;
    transition: all .37s;
}

.sy-pro-lul li a:hover:after {
    height: 100%;
}

.sy-pro-lul li a:before {
    content: "+";
    position: absolute;
    top: -44px;
    left: 50%;
    left:45%\9;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 40px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #E60012;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: all .37s;
    -moz-transition: all .37s;
    -o-transition: all .37s;
    transition: all .37s;
}

.sy-pro-lul li a:hover:before {
    top: 35%;
}

/******  2016.3.31 修改 添加 圆圈动效  **********/

.dq-82:after,
.dq-82:before {
    content: "";
    position: absolute;
    width: calc(50% + 1px);
    height: 0;
    background: #000;
    -webkit-transition: all .27s linear;
    -moz-transition: all .27s linear;
    -o-transition: all .27s linear;
    transition: all .27s linear;

}

.dq-82:after {
    right: -1px;
    bottom: -2px;
    background: url("../images/iconfont-yuankongxin.svg") -16px -16px no-repeat;
    background-size: 116px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dq-82:before {
    left: -1px;
    top: -1px;
    background: url("../images/iconfont-yuankongxin.svg") -16px -17px no-repeat;
    background-size: 116px;

}

.dq-82:hover:after,
.dq-82:hover:before {
    height: calc(100% + 3px);
}

.dq-82::after {
    z-index: 0;
}

.banner-nav ul li a {
    position: relative;
    z-index: 2;
}

.sy-box-top h3 {
    position: relative;
    width: 70px;
    height: 80px;
    padding: 10px 10px 0 10px;
    margin: 0 auto;
}

@media (max-width: 640px) {
    .sy-box-top h3 {
        width: auto;
        height: auto;
        text-align: center;
    }
}

.sy-box-top h3:after {
    background-position: -18px -15px;
}

.sy-box-top {
    background-position: 50% 40px;
}

.sy-box-top h3:after,
.sy-box-top h3:before {
    background-size: 126px;
}

.sy-box-top h3:before {
    background-position: -18px -18px;
}

.mF_tab .swt {
    position: absolute;
    top: 55px;
    left: 5px;
    border-top: 1px solid #bda37a;
    overflow: hidden;
    width: 100%;
    height: 198px;
    padding-top: 30px;
}

@media (max-width: 640px) {
    .mF_tab .swt {
        width: 90%;
        margin: 0 5%;
    }
}

.mF_tab .btn li a {
    color: #000;
}

.banner-nav ul li:hover {
    background: #f00\0;
    background: #f00\9;
    border: 1px solid #fff\0;
    border: 1px solid #fff\9;
}

.dq-82 {
    overflow: hidden;
    border-radius: 50%;
}

.wenhua_pic .pic {
    position: relative;
    width: 31.333%;
    margin: 0 1%;
    padding: 0;
}

.wenhua_pic .pic:first-child:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

}

.wenhua_pic .pic:first-child:hover:before {

}

.wenhua_pic .pic:nth-child(2):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.wenhua_pic .pic:nth-child(2):hover:before {

}

.wenhua_pic .pic:last-child:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.wenhua_pic .pic:last-child:hover:before {
}

.wenhua_pic .pic:before {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.wenhua_inco &gt; div &gt; span {
    display: block;
    position: relative;
    width: 50px;
    height: 75px;
    border-radius: 50%;
    padding: 15px 20px 0 20px;
    margin: 0 auto;
    font-size: 24px;
    border: 2px solid #c0c0c0;
    -webkit-transition: all .27s;
    -moz-transition: all .27s ;
    -o-transition: all .27s ;
    transition: all .27s ;
}
.wenhua_inco &gt; div &gt; span:hover{
    border-color: transparent;
}
.wenhua_inco &gt; div {
    background: transparent;
    color: #666;
}

.wenhua_inco &gt; div:hover {
    background: transparent;
}

.wenhua_inco &gt; div &gt; span:after,
.wenhua_inco &gt; div &gt; span:before {
    background: url("../images/iconfont-yuankongxin.svg") no-repeat;
    background-size: 130px;
}

.wenhua_inco &gt; div &gt; span:before {
    background-position: -18px -19px;
}

.wenhua_inco &gt; div &gt; span:after {
    background-position: -19px -18px;
}

.wenhua_inco &gt; div p {
    text-align: center;
    font-size: 16px;
}

.wenhua_pic .pic span {
    display: block;
    position: relative;
    width: 66px;
    height: 91px;
    top: -194px;
    border-radius: 50%;
    padding: 15px 20px 0 20px;
    margin: 0 auto;
    font-size: 24px;
}

.wenhua_pic .pic:first-child span {
    background: url("../images/wenhua_img_n1.png");
}

.wenhua_pic .pic:nth-child(2) span {
    background: url("../images/wenhua_img_n2.png");
}

.wenhua_pic .pic:last-child span {
    background: url("../images/wenhua_img_n3.png");
}

.wenhua_pic .pic:hover img {
    opacity: 1;
}

.wenhua_pic .pic span:before,
.wenhua_pic .pic span:after {
    background: url("../images/iconfont-yuankongxin.svg") -20px -18px no-repeat;
    background-size: 145px;
    opacity: 1;
}

.wenhua_pic .pic:hover span:before,
.wenhua_pic .pic:hover span:after {
    height: 100%;
}

.wenhua_pic .pic span {
    opacity: 0;
    -webkit-transition: .27s;
    -moz-transition: .27s;
    -o-transition: .27s;
    transition: .27s;
}

.wenhua_pic .pic:hover span {
    opacity: 1;
}

@media (max-width: 640px) {
    .wenhua_inco {
        display: none;
    }
}

.xiangmu_desc {
    display: none;
}
#head .navbar-nav &gt; li{
    position: relative;
}
#head .navbar-nav-ul ul{
    width: 640px !important;
    margin: 0 0 0 -10px;
    float: left !important;
}
#head .navbar-nav &gt; li:nth-child(5) .navbar-nav-ul ul{
    width: 470px !important;
    float: right !important;
    margin: 0 -20px 0 0;
    text-align: right;
}
#head .navbar-nav &gt; li:nth-child(5) .navbar-nav-ul ul li{
    float: none !important;
    display: inline-block;
    *display: block;
    *zoom: 1;
    vertical-align: top;
}
#head .navbar-nav &gt; li:last-child .navbar-nav-ul ul{
    float: right !important;
    margin: 0 -20px 0 0;
    width: 548px !important;
}
.sy-head::after{
    content: "";
    position: absolute;
    height:40px;
    width: 100%;
    bottom:-40px;
    background: rgba(0, 0, 0, .3);
    z-index: -1;
}
@media(max-width:640px){
    .sy-head::after{
        display: none;
    }
}
.ny_top::after{
    content: "";
    position: absolute;
    height:40px;
    width: 100%;
    bottom:-40px;
    background: #F2F2F2;
    z-index: -1;
}
.sy-lb-head::after{
    display: none;
}
@media(max-width:768px){
    #head .navbar-nav &gt; li{
        position: static;
    }
    #head .navbar-nav-ul ul{
        width:100% !important;
        margin: 0;
        padding:0;
        text-align: center;
        font-size: 0;
    }
    #head .navbar-nav-ul ul li{
        float: none !important;
        display: inline-block;
    }
    .ny_top::after{
        height:30px;
        bottom:0;
    }
    .navbar-nav &gt; li .navbar-nav-ul ul li{
        height:30px;
        line-height: 30px;
    }
}
@media(max-width:640px){
    .ny_top::after{
        display: none;
    }
}
@media (max-width: 640px) {
    .xiangmu_desc {
        display: inline-block;
        width: 66%;
        float: left;
        font-size: 12px;
        color: #666;
        height: 46px;
        line-height: 22px;
        overflow: hidden;
        text-align: left;
    }
}

@media (max-width: 640px) {
    .xiangmu_img {
        width: 28%;
        float: left;
        margin-right: 2%;
    }

    .xiangmu_img img {
        height: auto !important;
    }

    .xiangmu ul li &gt; a {
        width: 67%;
        line-height: 22px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

@media (max-width: 640px) {
    .meiti ul li .bottom {
        display: none;
    }

    .meiti {
        padding-top: 0;
    }
}
@media(max-width:1100px){
    .about{
        padding:2em 1%
    }
    .about img{
        width: 100%;
    }
}
@media (max-width: 640px) {
    .meiti ul li .top .right a {
        font-size: 14px;
        font-weight: bold;
    }

    .meiti ul li .top .right p {
        font-size: 12px;
    }

    .lindao ul {
        padding-top: 0;
    }

    .lindao ul li &gt; a {
        width: 70%;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        line-height: 22px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .about {
        width: 90%;
        margin: 0 5%;
    }

    .about img {
        width: 100%;
        margin: 0 !important;
    }

    .wenxue ul li {
        padding: 0 !important;
    }
}

.touzi {
    background: #FAFAFA;
}

.touzi_bg {
    background: #fff;
}

@media (max-width: 640px) {
    .zhaoshang ul li .img {
        width: 28%;
        float: left;
    }

    .img_a {
        width: 70%;
        padding-left: 2%;
        float: left;
    }

    .zhaoshang ul li &gt; p {
        width: 70%;
        padding-left: 2%;
        float: left;
        height: 46px;
        overflow: hidden;
    }

    .zhaoshang ul li .img_a a {
        line-height: 16px;
        margin-left: 0;
    }
}

.int-wh-nr {
    opacity: 1;
    opacity: 1 \9;
    position: relative;
}

@media (max-width: 1200px) {
    .int-wh-nr {
        opacity: 1;
    }
}

.int-wh {
    overflow: hidden;
}

.qywhan {
    -webkit-animation: qwdx .7s;
    -o-animation: qwdx .7s;
    animation: qwdx .7s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes qwdx {
    from {
        top: -400px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

@-moz-keyframes qwdx {
    from {
        top: -400px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

@-o-keyframes qwdx {
    from {
        top: -400px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

@-ms-keyframes qwdx {
    from {
        top: -400px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes qwdx {
    from {
        top: -400px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

@media (max-width: 640px) {
    .int-wh-nr {
        top: 0;
    }

}

.lindao ul li {
    margin: 0 1.8%;
}
@media(max-width:1100px){
    .lindao ul li{
        margin: 0 .5%;
    }
}
@media(max-width:780px){
    .lindao ul li{
        margin: 0;
    }
    .lindao ul li a{
        display: block;
        text-align: center;
    }
    .lindao ul li p{
        margin: 8px 5%;
    }
}
@media(max-width:640px){
    .lindao ul li {
        width: 90%;
        margin: 5px 5%;
    }
}
.meiti ul li {
    margin: 0 1.666666%;
}
@media(max-width:1100px){
    .meiti ul li{
        margin: 0 1%;
    }
}
.sy-banner .slick-dots li button,
.sy-banner .slick-dots .slick-active button {
    border-radius: 50%;
}

.slick-prev, .slick-next {
    height: 56px;
    width: 34px;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.sy-banner .slick-dots {
    bottom: 70px;
}
@media(max-width:640px){
    .sy-banner .slick-dots{
        bottom: 10px;
    }
}
.slick-dots li button:before {
    display: none;
}

@media (max-width: 640px) {
    .slick-dots {
        bottom: 0px;
    }

    element.style {
        display: block;
    }

    .sy-banner .slick-prev, .slick-next {
        display: none !important;
    }
    .sy-banner .owl-controls .owl-pagination {
        bottom: 0px;
    }
}
.con_xm_box .owl-item li a span{
    transform: translateX(0)\0;
    left:0\0;
}
.con_xm_box .owl-item li:hover a span{
    left:-12.7px\0;
}
.con_k .touzi_bg{
    padding-top: 50px;
}
.con_xm{
    padding-top: 50px;
}
@media (max-width:640px){
    .sy-head{
        height:auto;
        min-height: 77px;
    }
    .navbar{
        overflow: hidden;
        max-height: none;
    }
    .con_xm{
        padding-top: 10px;
    }
    .con_k .touzi_bg{
        padding-top: 0;
    }
    .copyright &gt; p{
        font-size: 11px;
        line-height: 18px;
    }
    .copyright &gt; p &gt;span{
        font-size: 8px !important;
    }
}
@media(max-width:1100px){
    .sy-banner .slick-list{
        width: 100%;
    }
}
.navbar-nav &gt; li:nth-child(4) .navbar-nav-ul{
    background: transparent;
}
@media(max-width:640px){
    .navbar-nav &gt; li:nth-child(4) .navbar-nav-ul{
        background: #F2F2F2;
    }
}
@media (min-width:1200px){
    .wenhua_pic .pic{
        height:258px;
    }
}


		/************   首页轮播实现代码  ************/
		.sy-lb-head{
			position: fixed;
		}
        @media (max-width:1100px){
            .sy-lb-head{
                position: absolute;
                top:0;
            }
        }
		@media(max-width:640px){
			.sy-lb-head{
				position: absolute;
				height:auto;
                top:0;
			}
		}
		.navbar{
			max-height: none;
			height:auto;
		}
		.sb-lb .section.table:first-child, .sb-lb .slide.table:first-child{
			display: block;
		}
		.sb-lb .section.table:first-child .tableCell{
			display: block;
		}
		.sb-lb .section5{
			display: block;
		}
		.sb-lb .section5 .tableCell{
			display: block;
		}
		.sy-footer{
			position: absolute;
			bottom: -16px;
            bottom:0\9;
			width: 100%;
		}
        @media (max-width:1100px){
            .sy-footer{
                position: relative;
            }
        }
		.sy-coop{
			position: relative;
			top:25%;
		}
		.sy-box-top{
			background: transparent;
			padding-top:0;
			height:auto;
			margin-top: 0;
		}
		.sy-box-top h3{
			width: auto;
			height:auto;
		}
		.sy-jy{
			position: relative;
			width: 100%;
			height:100%;
			
		}
		.sy-jy-nr{
			position: relative;
			width: 65%;
			margin: 0 auto;
			overflow: hidden;
			padding: 4% 0;
		}
        @media(max-width:1370px){
            .sy-jy-nr{
                width: 80%;
                padding:1% 0;
            }
        }
		.sy-jy-nr li{
			position: relative;
			width:20%;
			text-align: center;
			margin-top: 2%;
		}
		@media(max-width:640px){
			.sy-jy-nr li{
				width: 33.33333%;
				overflow: hidden;
			}
		}
		.sy-jy-nr li img{
			width: 50%;
			height:auto;
			-webkit-transition: all .37s;
			-moz-transition: all .37s;
			-o-transition: all .37s;
			transition: all .37s;
		}
		@media (max-width:640px){
			.sy-jy-nr li img{
				width: 80%;
			}
			.j2{
				display: none;
			}
		}
		.sy-jy-nr li img.j2{
			position: relative;
		   margin-top: -50%;
			-webkit-transform: scale(.1,.1);
			-moz-transform: scale(.1,.1);
			-ms-transform: scale(.1,.1);
			-o-transform: scale(.1,.1);
			transform: scale(.1,.1);
			opacity: 0;
		}
        @media(min-width:768px){
            .sy-jy-nr li:hover .j1{
                -webkit-transform: scale(.1,.1);
                -moz-transform: scale(.1,.1);
                -ms-transform: scale(.1,.1);
                -o-transform: scale(.1,.1);
                transform: scale(.1,.1);
            }
            .sy-jy-nr li:hover img.j2{
                -webkit-transform: scale(1,1);
                -moz-transform: scale(1,1);
                -ms-transform: scale(1,1);
                -o-transform: scale(1,1);
                transform: scale(1,1);
                opacity: 1;
            }
        }
		.sy-jy-nr li{
			float: left;
		}
		.sy-jy-nr-t{
			margin-top: 10%;
			font-size: 14px;
			color:#999;
			position:relative;
		}

		.sy-jy-nr-t p:first-child{
			font-size: 18px;
			color:#333;
		}
		@media (max-width:640px){
			.sy-jy-nr-t{
				font-size: 10px;
				height:48px;
			}
			.sy-jy-nr-t p:first-child{
				font-size: 12px;
			}
		}
		.sy-pro-box{
			width: 1400px;
			margin:0 auto;
		}
		@media (max-width: 1450px) and (min-width: 1200px){
			.sy-pro-box{
				width: 1200px;
			}
		}
        @media (max-width:1100px){
            .sy-pro-box{
                width: 100%;
            }
        }
		@media (max-width:640px){
			.section{
				height:auto !important;
			}
			.tableCell{
				height:auto !important;
			}
		}
		@media (max-width:640px){
			.sy-banner &gt;button{
				display: none !important;
			}
		}
.sy-jy-nr-t::before{
    content: "";
    position: absolute;
    width: 2px;
    height:120%;
    left:20%;
    background: #d1d1d1;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-transition: all .27s;
    -moz-transition: all .27s;
    -o-transition: all .27s;
    transition: all .27s;
}
@media(max-width:1100px){
    .sy-jy-nr-t::before{
        display: none;
    }
}
.sy-jy-nr li:hover .sy-jy-nr-t::before{
    background: #E60012;
}
.sy-jy-nr li:last-child .sy-jy-nr-t::before{
    display: none;
}
@media(max-width:640px){
    .sy-jy-nr-t::before{
        display: none;
    }
    .sy-jy-nr li:last-child{
        display: none;
    }
}
.sy-banner .slick-slide img{
    min-width:1366px;
    height:100%;
}

.sy-lb-head{
    border-bottom: 1px solid #4b4b4b\9;
    box-shadow: 0 0 6px rgba(0,0,0,.6);
}
@media (max-width: 1450px) and (min-width: 768px){
    .section .sy-coop{
        top:12%;
        margin-bottom:0 ;
    }
    .sy-coop h1{
        text-indent: 2em;
    }
    .sy-banner .slick-slide img{
        min-width: 768px;
    }
}
@media (max-width:640px){
    .sy-banner .slick-slide img{
        width: 100%;
        min-width: 100%;
    }
}
@media(max-width:780px){
    .sy-pro-box{
        width: 100%;
        position: relative;
    }
}
@media(max-width:640px){

    .section4{
        display: block !important;
    }
    .section4 .tableCell{
        display: block !important;
    }
    .sy-footer{
        position: relative;
    }
    .section2 .sy-box-top{
        display: none;
    }
    .sy-jy-nr{
        width: 98%;
        margin: 0 1%;
    }
    .sb-lb .section1{
        position: relative;
        padding-top: 77px;
    }
    .sb-lb .section{
        top:0;
    }
}
@media(min-width:1100px){
    .sb-lb div .sy-jy-nr li:nth-child(2n){
        -webkit-transform: translateX(-200%);
        -moz-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        -o-transform: translateX(-200%);
        transform: translateX(-200%);
        -webkit-transition: all 1s .27s;
        -moz-transition: all 1s .27s;
        -o-transition: all 1s .27s;
        transition: all 1s .27s;
        opacity: 0;
    }
    .sb-lb div.active .sy-jy-nr li:nth-child(2n){
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    .sb-lb div .sy-jy-nr li:nth-child(2n-1){
        -webkit-transform: translateX(200%);
        -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
        -o-transform: translateX(200%);
        transform: translateX(200%);
        -webkit-transition: all 1s .27s;
        -moz-transition: all 1s .27s;
        -o-transition: all 1s .27s;
        transition: all 1s .27s;
        opacity: 0;
    }
    .sb-lb div.active .sy-jy-nr li:nth-child(2n-1){
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@media (max-width:640px){
    .jymore{
        display: none;
    }
}


/*招聘*/
	.rc-form{
		position: relative;
		width: 1160px;
		margin: 50px auto;
		font-family: microsoft yahei;
	}
	.rf-a{
		padding:25px 0;
		font-size: 16px;
	}
	.rf-til{
		font-size: 16px;
		margin-bottom: 30px;
	}
	.rf-til span{
		color:#e15f45;
	}
	.rf-a &gt; p &gt; span{
		color:#e15f45;
	}
	.rf-a li{
		position: relative;
		width: 30%;
		margin:10px 3.33% 10px 0;
		float: left;
	}
	.rf-a li input,.rf-a li select{
		display: block;
		height:38px;
		width: 100%;
		line-height: 32px;
		border-radius: 2px;
		border:1px solid #c0c0c0;
		outline: none;
	}
	.rf-a li input:focus{
		border:0;
		box-shadow: 0 0 6px 1px rgba(0,0,0,.4);
	}
	.rf-a li select option{
		height:36px;
		display: block;
	}
	.rf-a li &gt;p &gt;span{
		color:#e15f45;
	}
	.rf-a li &gt;p{
		margin-bottom: 5px;
	}
	.rf-a textarea{
		width: 96.66666%;
		margin-right: 3.33333%;
		resize: none;
		height:80px;
		-webkit-transition: all .47s;
		-moz-transition: all .47s ;
		-ms-transition: all .47s ;
		-o-transition: all .47s ;
		transition: all .47s ;
		outline: none;
		border:1px solid #c0c0c0;
		margin-bottom:20px;
	}
	.rf-a textarea:focus{
		height:150px;
		border:0 solid transparent;
		box-shadow: 0 0 6px 1px rgba(0,0,0,.4);
	}
	.rf-b li{
		margin-bottom: 20px;
	}
	.rc-form .rf-bn{
		float: right;
		margin-right: 3.33333%;
		width: 139px;
		height: 34px;
		border: none;
		background: #e15f45;
		color: #fff;
		font-size: 17px;
		border-radius: 3px;
	}
	.rc-form .rf-bn:hover{
		box-shadow: 0 0 4px #e15f45;
	}
@media(min-width:1100px){
    .sb-lb .active .sy-main-xm .sy-main-xm-l,.sb-lb .active .sy-pro-l{
        -webkit-animation:s2ldx 2.1s -1s;
        -moz-animation:s2ldx 2.1s -1s;
        -o-animation:s2ldx 2.1s -1s;
        animation:s2ldx 2.1s -1s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    .sb-lb .active .sy-main-xm .sy-main-xm-r,.sb-lb .active .sy-pro-r{
        -webkit-animation:s2rdx 2.1s -.8s;
        -moz-animation:s2rdx 2.1s -.8;
        -o-animation:s2rdx 2.1s -.8s;
        animation:s2rdx 2.1s -.8s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
}
@-webkit-keyframes s2ldx{
    0%{ -webkit-transform:translateX(-400%);
        -moz-transform:translateX(-400%);
        -o-transform:translateX(-400%);
        transform:translateX(-400%);
        opacity:0;}
    100%{-webkit-transform:translateX(0);
        -moz-transform:translateX(0);
        -o-transform:translateX(0);
        transform:translateX(0);
        opacity: 1;}
}
@-moz-keyframes s2ldx{
    0%{-webkit-transform:translateX(-400%);
        -moz-transform:translateX(-400%);
        -o-transform:translateX(-400%);
        transform:translateX(-400%);
        opacity:0;}
    100%{-webkit-transform:translateX(0);
        -moz-transform:translateX(0);
        -o-transform:translateX(0);
        transform:translateX(0);
        opacity: 1;}
}
@-o-keyframes s2ldx{
    0%{-webkit-transform:translateX(-400%);
        -moz-transform:translateX(-400%);
        -o-transform:translateX(-400%);
        transform:translateX(-400%);
        opacity:0;}
    100%{-webkit-transform:translateX(0);
        -moz-transform:translateX(0);
        -o-transform:translateX(0);
        transform:translateX(0);
        opacity: 1;}
}
@keyframes s2ldx{
    0%{-webkit-transform:translateX(-400%);
        -moz-transform:translateX(-400%);
        -o-transform:translateX(-400%);
        transform:translateX(-400%);
        opacity:0;}
    100%{-webkit-transform:translateX(0);
        -moz-transform:translateX(0);
        -o-transform:translateX(0);
        transform:translateX(0);
        opacity: 1;}
}

@-webkit-keyframes s2rdx{
    0%{-webkit-transform:translateX(400%);
        -moz-transform:translateX(400%);
        -o-transform:translateX(400%);
        transform:translateX(400%);
        opacity: 0;}
    100%{ -webkit-transform:translateX(0);
        -moz-transform:translateX(0);
        -o-transform:translateX(0);
        transform:translateX(0);
        opacity: 1;}
}
@-moz-keyframes s2rdx{
    0%{-webkit-transform:translateX(400%);
        -moz-transform:translateX(400%);
        -o-transform:translateX(400%);
        transform:translateX(400%);
        opacity: 0;}
    100%{ transform:translateX(0);
        opacity: 1;}
}
@-o-keyframes s2rdx{
    0%{-webkit-transform:translateX(400%);
        -moz-transform:translateX(400%);
        -o-transform:translateX(400%);
        transform:translateX(400%);
        opacity: 0;}
    100%{ -webkit-transform:translateX(0);
        -moz-transform:translateX(0);
        -o-transform:translateX(0);
        transform:translateX(0);
        opacity: 1;}
}
@keyframes s2rdx{
    0%{-webkit-transform:translateX(400%);
        -moz-transform:translateX(400%);
        -o-transform:translateX(400%);
        transform:translateX(400%);
        opacity: 0;
    }
    100%{ -webkit-transform:translateX(0);
        -moz-transform:translateX(0);
        -o-transform:translateX(0);
        transform:translateX(0);
        opacity: 1;}
}
@media(min-width:768px){
    .sb-lb .active .sy-coop{
        -webkit-animation: hzhbdx 2.1s -.4s;
        -moz-animation: hzhbdx 2.1s -.4s;
        -o-animation: hzhbdx 2.1s -.4s;
        animation: hzhbdx 2.1s -.4s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
}

@-webkit-keyframes hzhbdx {
    0%{
        -webkit-transform:translateY(-400%);
        -moz-transform:translateY(-400%);
        -o-transform:translateY(-400%);
        transform:translateY(-400%);
        opacity: 0;
    }
    40%{ opacity: 0}
    100%{
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0);
        opacity: 1;
    }
}
@-moz-keyframes hzhbdx {
    0%{
        -webkit-transform:translateY(-400%);
        -moz-transform:translateY(-400%);
        -o-transform:translateY(-400%);
        transform:translateY(-400%);
        opacity: 0;
    }
    40%{ opacity: 0}
    100%{
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0);
        opacity: 1;
    }
}
@-o-keyframes hzhbdx {
    0%{
        -webkit-transform:translateY(-400%);
        -moz-transform:translateY(-400%);
        -o-transform:translateY(-400%);
        transform:translateY(-400%);
        opacity: 0;
    }
    40%{ opacity: 0}
    100%{
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0);
        opacity: 1;
    }
}
@keyframes hzhbdx {
    0%{
        -webkit-transform:translateY(-400%);
        -moz-transform:translateY(-400%);
        -o-transform:translateY(-400%);
        transform:translateY(-400%);
        opacity: 0;
    }
    40%{ opacity: 0}
    100%{
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0);
        opacity: 1;
    }
}
.ypzw{
	display:inline-block;
	line-height: 37px;
	padding:3px 15px;
	background: #bd0000;
	color: #fff;
	text-align: center;
}
.ypzw:hover{ color:#fff; background-color:#bd3333;}
@media(min-width:1050px){
    .sy-banner{
        height:100%;
    }
    .sy-banner .slick-list{
        height:102%;
    }
    .sy-banner .slick-track{
        height:100%;
    }
}
.section1 .tableCell{
    padding-bottom:30px;
}
@media(max-width:1100px){
    .section{
        height:auto !important;
    }
    .section .tableCell{
        height:auto !important;
    }
    .section1 .tableCell{
        padding-bottom: 0;
    }
    .banner-nav{
        bottom: 70px;
    }
    .sy-banner .slick-dots{
        bottom: 10px;
    }
}
@media(max-width:1100px){
    .wenhua_pic .pic span{
        opacity: 1;
    }
}
@media(min-width:680px) and (max-width:780px){
    .con_xm ul{
        width: 70%;
        margin: 0 15%;
    }
    .con_xm ul li{
        margin: 10px 0;
    }
    .con_xm_box .owl-item li a{
        width: 100%;
    }
    .wenhua_pic .pic span{
        display: none;
    }
    .ny-int{
        text-align: center;
    }
    .ny-int li{
        float: none;
        display: inline-block;
    }
    .ny_top .navbar{
        overflow: inherit;
    }
    .navbar-nav-ul ul{
        padding:0 !important;
    }
    .navbar-nav &gt; li:nth-child(5) .navbar-nav-ul{
        width: 100%;
    }
    .sy-lb-head .navbar-nav{
        position: absolute;
        top:77px;
        right:0;
    }
    .copyright p{
        margin: 0 2%;
    }
    .renwen ul li{
        width: 98%;
        margin: 0 auto;
    }
    .wenxue ul li{
        width: 96%;
        margin: 0 auto;
    }
    .about{
        width: 98%;
        margin: 0 auto;
    }
    .about img{
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }
    .sy-banner &gt; button{
        display: none !important;
    }
    .sy-banner .slick-dots{
        bottom: 10px;
    }
    .banner-nav{
        bottom: 50px;
    }
}
@media(max-width:1024px){
    #fullPage-nav{
        display: none;
    }
}
#fullPage-nav li span:before{
    display: block;
    position: relative;
    width: 67px;
    margin-left: -67px;
    color:#E60012;
    top:-5px;
}
#fullPage-nav li:nth-child(2):hover span:before{
    content: "走进文旅";
}

#fullPage-nav li:nth-child(3):hover span:before{
    content: "文旅资讯";
}
#fullPage-nav li:nth-child(4):hover span:before{
    content: "品牌项目";
}
#fullPage-nav li:nth-child(5):hover span:before{
    content: "文旅合作";
}


#fullPage-nav li:nth-child(6):hover span:before{
    content: "文旅党群";
}

#fullPage-nav li:nth-child(7):hover span:before{
    content: "文化九江";
}

#fullPage-nav li:nth-child(8):hover span:before{
    content: "旅行九江";
}


#fullPage-nav li:nth-child(9):hover span:before{
    content: "合作伙伴";
}



@media(max-width:320px){
    .navbar-nav &gt; li{
        margin: 0 2px;
        width: 15%;
    }
    .navbar-nav &gt; li:nth-child(2) .navbar-nav-ul ul{
        width:auto !important;
        min-width: 0 !important;
        float:left !important;
    }
}
.navbar-nav &gt; li:nth-child(4) .navbar-nav-ul ul{
    margin-right: 25%;
}
@media(max-width:1640px){
    .navbar-nav &gt; li:nth-child(4) .navbar-nav-ul ul{
        margin-right: 25%;
    }
}
@media(max-width:1240px){
    .navbar-nav &gt; li:nth-child(4) .navbar-nav-ul ul{
        margin-right: 7%;
    }
}
@media(max-width:640px){
    .navbar-nav-ul ul{
        width: auto;
        min-width: 0;
        float: left !important;
    }
}
.int-rlzy-nr li{
    vertical-align: top;
}
.li-zp p{
    width: 50%;
    float: left;
}
.li-zp .rlzy-li-nr{
    width: 60%;
    margin: 0 auto;
}
.con_xm{
    text-indent: inherit;
}
.con_xm &gt; ul &gt;li{
    text-indent: inherit;
}
.touzi_img{
    margin: 0 auto;
}
.teamwork ul li{
    width: 16%;
    margin: 20px 6px !important;
}
.teamwork ul li .teamwork_img{
    -webkit-transition: all .47s;
    -moz-transition: all .47s ;
    -o-transition: all .47s ;
    transition: all .47s ;
}
.teamwork ul li .teamwork_img img{
    height:100px;
}
@media(min-width:768px){
    .teamwork ul li:hover .teamwork_img{
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        transform: rotateX(360deg);
    }
    .teamwork ul li:nth-child(2n-1){
        -webkit-animation:hzhbdx-l 2s;
           -moz-animation:hzhbdx-l 2s;
             -o-animation:hzhbdx-l 2s;
                animation:hzhbdx-l 2s;
        -webkit-animation-fill-mode:forwards;
           -moz-animation-fill-mode:forwards;
             -o-animation-fill-mode:forwards;
                animation-fill-mode:forwards;
    }
    @-webkit-keyframes hzhbdx-l{
        0%{
            -webkit-transform: translateX(-200%);
            -moz-transform: translateX(-200%);
            -ms-transform: translateX(-200%);
            -o-transform: translateX(-200%);
            transform: translateX(-200%);
        }
        100%{
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }
    }
    @-moz-keyframes hzhbdx-l{
        0%{
            -webkit-transform: translateX(-200%);
            -moz-transform: translateX(-200%);
            -ms-transform: translateX(-200%);
            -o-transform: translateX(-200%);
            transform: translateX(-200%);
        }
        100%{
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }
    }
    @-o-keyframes hzhbdx-l{
        0%{
            -webkit-transform: translateX(-200%);
            -moz-transform: translateX(-200%);
            -ms-transform: translateX(-200%);
            -o-transform: translateX(-200%);
            transform: translateX(-200%);
        }
        100%{
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }
    }
    @keyframes hzhbdx-l{
        0%{
            -webkit-transform: translateX(-200%);
            -moz-transform: translateX(-200%);
            -ms-transform: translateX(-200%);
            -o-transform: translateX(-200%);
            transform: translateX(-200%);
        }
        100%{
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }
    }
    .teamwork ul li:nth-child(2n){
        -webkit-animation:hzhbdx-r 2s;
           -moz-animation:hzhbdx-r 2s;
             -o-animation:hzhbdx-r 2s;
                animation:hzhbdx-r 2s;
        -webkit-animation-fill-mode:forwards;
           -moz-animation-fill-mode:forwards;
             -o-animation-fill-mode:forwards;
                animation-fill-mode:forwards;
    }
    @-webkit-keyframes hzhbdx-r{
        0%{
            -webkit-transform: translateX(200%);
            -moz-transform: translateX(200%);
            -ms-transform: translateX(200%);
            -o-transform: translateX(200%);
            transform: translateX(200%);
        }
        100%{
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }
    }
    @-moz-keyframes hzhbdx-r{
        0%{
            -webkit-transform: translateX(200%);
            -moz-transform: translateX(200%);
            -ms-transform: translateX(200%);
            -o-transform: translateX(200%);
            transform: translateX(200%);
        }
        100%{
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }
    }
    @-o-keyframes hzhbdx-r{
        0%{
            -webkit-transform: translateX(200%);
            -moz-transform: translateX(200%);
            -ms-transform: translateX(200%);
            -o-transform: translateX(200%);
            transform: translateX(200%);
        }
        100%{
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }
    }
    @keyframes hzhbdx-r{
        0%{
            -webkit-transform: translateX(200%);
            -moz-transform: translateX(200%);
            -ms-transform: translateX(200%);
            -o-transform: translateX(200%);
            transform: translateX(200%);
        }
        100%{
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }
    }
}
@media(max-width:640px){
    .teamwork ul li{
        width: 45% !important;
    }
}
.zhaoshang ul li .img_a a{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pp-tel{
    width: 100%;
    background: #F4F4F4;
}
.pp-tel p{
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    color:#333;
}
.zs_img ul.pp-img li .img{
    width: auto;
    height: auto;
    opacity: 1;
    position: relative;
    background: transparent;
}
.zs_img ul.pp-img li .img span{
    width: auto;
    height:auto;
    margin-top: 0;
    color:#333;
    font-weight: bold;
}
.zs_img ul.pp-img li .img span br{
    display: none;
}
.zp-int-main &gt; p{
    color:#333;
}
@media(max-width:1200px){
    .zhaopin{
        width: 94%;
        padding:0 3%;
    }
    .detail .ul_1 li:nth-child(1){
        margin: 0;
    }
    .detail .ul_2 .ul_3 li:nth-child(1){
        padding:0;
    }
    .detail .ul_1 li:nth-child(1),
    .detail .ul_1 li:nth-child(2),
    .detail .ul_1 li:nth-child(3),
    .detail .ul_1 li:nth-child(4),
    .detail .ul_1 li:nth-child(5),
    .detail .ul_1 li:nth-child(6){
        width: 50%;
    }
    .detail .ul_2 .ul_3 li:nth-child(1),
    .detail .ul_2 .ul_3 li:nth-child(2),
    .detail .ul_2 .ul_3 li:nth-child(3),
    .detail .ul_2 .ul_3 li:nth-child(4),
    .detail .ul_2 .ul_3 li:nth-child(5),
    .detail .ul_2 .ul_3 li:nth-child(6){
        width: 50%;
    }
}
.wenhua_img {
    max-width: 1200px;
    margin: 0 auto;
}
@media(max-width:1370px){
    .wenhua_img{
        max-width:1100px;
    }
}
.wenhua_img .img {
    width: 32.3333%;
    margin: .5%;
}

.wenhua_img .img img {
    position: relative;
    height: 275px;
}
@media(max-width:1370px){
    .wenhua_img .img img{
        height:265px;
    }
}

@media (max-width: 1100px) {
    .wenhua_img .img img {
        height: 253px;
    }
}

@media (max-width: 1000px) {
    .wenhua_img .img img {
        height: 230px;
    }
}

@media (max-width: 900px) {
    .wenhua_img .img img {
        height: 207px;
    }
}

.lb-ls {
    text-align: center;
    font-size: 0;
    margin: 30px auto;
}
@media(max-width:1100px){
    .lb-ls{
        width: 80%;
    }
}
@media(max-width:800px){
    .lb-ls{
        width: 96%;
    }
}
.lb-ls li {
    width: 33.33333%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 25px;
}
@media(max-width:970px){
    .lb-ls li{
        font-size: 18px;
    }
}
@media(max-width:640px){
    .lb-ls li{
        font-size: 14px;
    }
}
@media(max-width:330px){
    .lb-ls li{
        font-size: 12px;
    }
}
.lb-ls-img {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px auto;
}
@media(max-width:1100px){
    .lb-ls-img{
        width: 200px;
        height:200px;
    }
}
@media(max-width:800px){
    .lb-ls-img{
        width: 160px;
        height:160px;
    }
}
@media(max-width:640px){
    .lb-ls-img{
        width: 120px;
        height:120px;
    }
}
@media(max-width:410px){
    .lb-ls-img{
        width: 100px;
        height:100px;
    }
}
@media(max-width:330px){
    .lb-ls-img{
        width: 90px;
        height:90px;
    }
}
.lb-ls-img img {
    width: 100%;
    height: 100%;
}

.wenhua_img {
    overflow: inherit;
}

.wx-wz {
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
}
@media(max-width:1370px){
    .wx-wz{
        margin: 10px auto;
    }
}
.wx-wz li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 32%;
    vertical-align: top;
}
@media(max-width:500px){
    .wx-wz li{
        width: 90%;
        margin: 5px 5%;
    }
}
.wx-img {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
@media(max-width:500px){
    .wx-img{
        width: 100%;
    }
}
@media(max-width:1050px){
    .wx-img img{
        display: none;
    }
}
.wx-wz li:first-child .wx-img{
    background: url("../images/wx-bjt1.png");
    background-size: 100%;
}
.wx-wz li:nth-child(2) .wx-img{
    background: url("../images/wx-bjt2.png");
    background-size: 100%;
}
.wx-wz li + li .wx-img{
    background: url("../images/wx-bjt2.png");
    background-size: 100%;
}
.wx-wz li:nth-child(3) .wx-img{
    background: url("../images/wx-bjt3.png");
    background-size: 100%;
}
.wx-wz li + li + li .wx-img{
    background: url("../images/wx-bjt3.png");
    background-size: 100%;
}
@media(max-width:1050px){
    .wx-wz li:nth-child(1) .wx-img,
    .wx-wz li:nth-child(2) .wx-img,
    .wx-wz li:nth-child(3) .wx-img{
        background: transparent !important;
    }
}
@media(max-width:1370px){
    .wx-img &gt; img{
        height:330px;
    }
}
.wx-wz li a{
    display: block;
}
.wx-img-t {
    position: absolute;
    width: 80%;
    margin: 15% 10%;
    height: 70%;
    top:0;
    left:0;
    overflow: hidden;
}
@media(max-width:1370px){
    .wx-img-t{
        margin: 10%;
        height:80%;
    }
}
@media(max-width:1050px){
    .wx-img-t{
        position: relative;
    }
}
@media(max-width:500px){
    .wx-img-t{
        margin: 0 8%;
    }
}
.wx-img-t h2{
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
}
@media(max-width:768px){
.wx-img-t h2{
    text-align: left;
}
}
.wx-img-t &gt; span{
    display: block;
    text-align: right;
}
@media(max-width:500px){
    .wx-img-t &gt; span{
        margin-top: -10px;
        font-size: 12px;
    }
}
.wx-img-t p{
    text-align: left;
    line-height: 25px;
    margin-top: 20px;
}
@media(max-width:640px){
    .wx-img-t p{
        display: none;
    }
}
.wx-bm{
    text-align: center;
}
@media(max-width:1100px){
    .wx-bm img{
        width: 100%;
    }
}
.wx-bm li{
    margin: 5px;
    display: inline-block;
    *display: block;
    *zoom: 1;
}
@media(max-width:1370px){
    .wx-bm{
        width: 70%;
        margin: 0 auto;
    }
    .wx-bm li{
        width: 45%;
    }
    .wx-bm li img{
        width: 100%;
    }
}
@media(max-width:640px){
    .wx-bm{
        width: 94%;
        margin:0 auto;
    }
}
@media(max-width:640px){
    .wx-bm li{
        width: 100%;
        margin: 0;
    }
    .wx-bm li{
        margin-bottom: 5px;
    }
}
.wh-lb .section1 .wh-s1{
    padding-top: 10%;
}
@media(max-width:1370px){
    .wh-lb .section1 .wh-s1{
        padding-top: 8%;
    }
}
@media(max-width:1100px){
    .wh-lb .section1 .wh-s1{
        padding-top: 5%;
    }
}
@media(max-width:640px){
    .wh-lb .section1 .wh-s1{
        padding-top: 0;
    }
}
.wh-mj{
    text-align: center;
    font-size: 0;
    width: 100%;
    margin: 0 auto;
}
.wh-mj li{
    width: 25%;
    display: inline-block;
    *display: block;
    *zoom: 1;
    text-align: center;
    margin: 10px 0;
    font-size: 16px;
    position: relative;
}
@media(max-width:640px){
    .wh-mj li{
        width: 50%;
        padding: 5px 0;
        display: none;
    }
    .wh-mj li:nth-child(1),
    .wh-mj li:nth-child(2),
    .wh-mj li:nth-child(3),
    .wh-mj li:nth-child(4){
        display: inline-block;
    }
}
.mj-img{
    width: 224px;
    margin: 0 auto 10px auto;
    height:224px;
    border-radius: 50%;
    overflow: hidden;
}
.mj-img img{
    width: 100%;
}
.mj-img p{
    position: absolute;
    top:230px;
    text-align: center;
    width: 100%;
    left:0;
}
@media(max-width:1000px){
    .mj-img{
        width: 180px;
        height:180px;
    }
    .mj-img p{
        top:200px;
    }
}
@media(max-width:768px){
    .mj-img{
        width: 120px;
        height:120px;
    }
    .mj-img p{
        top:130px;
    }
}
@media(max-width:1366px){
    .wh-more{
        padding-top: 20px;
    }
}
.wh-lb .section5 .con{
    margin-bottom: 10px;
}
@media(max-width:640px){
    .wh-lb .section5 .con{
        margin-bottom: 0;
    }
}
.jlp-img{
    width: 100%;
    max-width:343px;
    display: inline-block;
    *display: block;
    *zoom: 1;
    position: relative;
}
.jlp-img img{
    width: 100%;
}


.jlp-img2{
    width: 100%;
    max-width:343px;
    display: inline-block;
    *display: block;
    *zoom: 1;
    position: relative;
}
.jlp-img2 img{
    width: 100%;
}

.wh-jlp{
    text-align: center;
    font-size: 0;
}
.wh-jlp-li{
    width: 33.3333%;
    display: inline-block;
    *display: block;
    *zoom: 1;
    font-size: 12px;
}














@media(max-width:1024px){
    .wh-jlp-li{
        width: auto;
    }
}
.wh-jlp-li p{
    margin: 10px 0;
    color:#686868;
}
.wh-jlp-li a{
    display: block;
}
.jlp-img:after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    background: rgba(0,0,0,.4);
}
.jlp-img:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height:100%;
    background: url("../images/video-icon.png") center no-repeat;
    z-index: 1;
}


.jlp-img2:after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height:100%;
    top:0;
    left:0;
   
}
.jlp-img2:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height:100%;
    background: url("") center no-repeat;
    z-index: 1;
}

@media(max-width:640px){
    .detail .ul_1{
        display: none;
    }
    .detail .ul_2 .ul_3 li{
        display: none;
    }
    .detail .ul_2 .ul_3 li:nth-child(1){
        display: block;
        width: 80%;
        margin: 0 auto;
        float: none;
        text-align: center;
    }
    .zhaopin{
        margin-top: 20px;
    }
}
.xm-menu{
    text-align: center;
    margin: 20px auto;
}
.xm-menu li{
    display: inline-block;
    *display: block;
    *zoom: 1;
    padding:0 25px;
    margin: 10px 0;
    font-size: 16px;
    border-left: 1px dashed #ccc;
}
.xm-menu li:first-child{
    border:0;
}
.s1-text{
    padding:25px 15px;
    background: #f5f5f5;
    color:#646464;
    font-size: 14px;
    line-height: 25px;
    text-indent: 2em;
}
@media(max-width:1366px){
    .s1-text{
        font-size: 13px;
        line-height: 25px;
    }
}
.s1-text img{
    float: right;
    margin:  0 0 15px 15px;
}
@media(max-width:1370px){
    .s1-text img{
        width: 70%;
    }
}
@media(max-width:1100px){
    .s1-text img{
        width: 60%;
    }
}
@media(max-width:640px){
    .s1-text img{
        width: 100%;
    }
}
.s1-text span{
    font-size: 16px;
    color:#e60012;
}
.wh-lb .section1 .xq-s1{
    padding-top: 10%;
}
@media(max-width:1600px){
    .wh-lb .section1 .xq-s1{
        padding-top: 7%;
    }
}
@media(max-width:1370px){
    .wh-lb .section1 .xq-s1{
        padding-top: 6.5%;
    }
}
@media(max-width:1048px){
    .wh-lb .section1 .xq-s1{
        padding-top: 1%;
    }
}
@media(max-width:640px){
    .wh-lb .section1 .xq-s1{
        padding-top: 0;
    }
}
@media(max-width:1366px){
    .section1 .xq-s1{
        padding-top: 0;
    }
}
.s2-img{
    width: 98%;
    max-width:1200px;
    margin: 0 auto;
}
@media(max-width:1370px){
    .s2-img{
        width: 90%;
    }
}
.s2-img img{
    width: 100%;
}
.con_title {
    margin-bottom: 2em;
}
@media(max-width:1370px){
    .con_title{
        margin-bottom: 1em !important;
    }
}
@media(max-width:640px){
    .con_title{
        margin: 1em 0 !important;
    }
}
@media(max-width:330px){
    .con_title{
        margin:0 !important;
    }
}
.s3-text{
    font-size: 16px;
    color:#646464;
    text-indent: 2em;
    line-height: 25px;
}
@media(max-width:1370px){
    .s3-text{
        font-size: 14px;
        padding:0 3%;
    }
}
.s3-text i{
    font-size: 18px;
    color:#d6001d;
}
.s3-nav{
    text-align: center;
    margin: 20px 0;
}
@media(max-width:1370px){
    .s3-nav{
        margin-bottom: 0;
    }
}
.s3-nav li{
    width: 30%;
    display: inline-block;
    *display: block;
    *zoom: 1;
}
.s3-nav li .s3-img{
    width: 106px;
    height:106px;
    border-radius: 50%;
    border:1px solid #ccc;
    margin:0 auto;
    cursor: pointer;
}
@media(max-width:1370px){
    .s3-nav li .s3-img{
        width: 80px;
        height:80px;
    }
}
.s3-nav li.act{
    color:#E60012;
}
.s3-nav li.act .s3-img{
    border:1px solid #E60012;
}
.s3-nav li p{
    margin: 10px 0;
    font-size: 18px;
}
@media(max-width:1370px){
    .s3-nav li p{
        font-size: 14px;
    }
}
.s3-img1{
    background: url("../images/s3-nav1b.png") center no-repeat;
}
.s3-img2{
    background: url("../images/s3-nav2b.png") center no-repeat;
}
.s3-img3{
    background: url("../images/s3-nav3b.png") center no-repeat;
}
.s3-nav li:first-child.act .s3-img{
    background: url("../images/s3-nav1.png") center no-repeat;
}
.s3-nav li + li.act .s3-img{
    background: url("../images/s3-nav2.png") center no-repeat;
}
.s3-nav li:nth-child(2).act .s3-img{
    background: url("../images/s3-nav2.png") center no-repeat;
}
.s3-nav li + li + li.act .s3-img{
    background: url("../images/s3-nav3.png") center no-repeat;
}
.s3-nav li:nth-child(3).act .s3-img{
    background: url("../images/s3-nav3.png") center no-repeat;
}
.s3-lb li{
    text-align: center;
    height:auto;
    padding:0 10px;
    cursor: pointer;
}
.jj-lb .section3 .s3-lb li{
    height:172px;
}
.s3-lb li img{
    width: 100%;
    height:100%;
}
.s3-lb .owl-controls{
    position: absolute;
    top:40%;
    width: 100%;
}
.s3-lb .owl-wrapper-outer{
    z-index: 1;
}
.s3-lb .owl-controls .owl-buttons div{
    width: 40px;
    height:40px;
    line-height: 40px;
    border-radius: 50%;
    border:1px solid #b2b2b2;
    color:#b2b2b2;
    font-size: 32px;
    font-family: sans-serif;
    padding:0;
    background: transparent;
    opacity: 1;
}
@media(max-width:1280px){
    .s3-lb .owl-controls .owl-buttons div{
        display: none;
    }
}
.s3-lb .owl-controls .owl-buttons div.owl-prev{
    float: left;
    margin-left:-50px;
}
.s3-lb .owl-controls .owl-buttons div.owl-next{
    float: right;
    margin-right:-50px;
}
.s3-lb .owl-controls.clickable .owl-buttons div:hover{
    border:1px solid #E60012;
    color:#E60012;
}
.s3-lb-box,.s3-lb{
    position: relative;
    display: none;
    width:1200px;
    margin: 0 auto;
}
@media(max-width:1200px){
    .s3-lb-box, .s3-lb{
        width: 100%;
    }
}
.s3-lb1{
    display: block;
}
/*按钮样式*/
#ClickMe {
}
#goodcover {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 133%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.50;
    filter: alpha(opacity=80);
}
#goodcover1{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 133%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.50;
    filter: alpha(opacity=80);
}
@media(max-width:640px){
    #goodcover1{
        display: none !important;
    }
}
#code {
    width: 777px;
    height: 500px;
    background-color: #fff;
    padding: 10px;
    position:fixed;
    display: none;
    left: 45%; overflow:hidden;
    z-index: 1002;
}
#code1 {
    width: 94%;
    margin: 0 auto;
    max-width: 1200px;
    height:auto;
    background-color: #fff;
    padding: 10px;
    position:fixed;
    display: none;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    overflow:hidden;
    z-index: 1002;
}
.close1 {
    width: 96%;
    padding:0 2%;
    height: 20px;
    position: absolute;
    top:14px
}
.goodtxt img{
    width: 100%;
}
@media(max-width:777px){
    #code1{
        width: 100%;
        height:490px;
    }
    .close1{
        width: 92%;
        position: absolute;
    }
}
@media(max-width:640px){
    #code1{
        display: none !important;
    }
}
#closebt {
    float: right;
    font-size: 0;
    width: 32px;
    height:32px;
    display: inline-block;
    background: url("../images/close.png") center no-repeat;
}
#closebt img {
    width: 20px;
}
.s3-lb-box p{
    font-size: 16px;
    color:#646464;
    line-height: 30px;
    margin-top: 20px;
    padding:0 20px;
    text-indent: 2em;
}
@media(max-width:1370px){
    .s3-lb-box p{
        line-height: 20px;
        margin-top: 10px;
        font-size: 14px;
    }
}
@media(max-width:1200px){
    .s3-lb-box p{
        padding:0 3%;
    }
}
.section5 .footer{
    position: absolute;
    bottom:0;
}
@media(max-width:640px){
    .section5 .footer{
        position: relative;
    }
}
@media(max-width:1200px){
    .wh-lb .con_title {
        font-size: 18px;
        margin-bottom: 10px;
    }
}
.s3-lb .owl-wrapper{
    position: absolute;
}
.fd-box .owl-wrapper{
    position: relative;
}
.s3-lb .owl-wrapper-outer{
    height:172px;
}
.fd-box .owl-wrapper-outer{
    height:auto;
}
.con.con-s3{
    overflow: inherit;
}
.section .con_k{
    padding:6% 0 0 0;
    overflow: inherit;
}
.section .con{
    padding-top: 8%;
    overflow: inherit;
}
@media(max-width:1370px){
    .section .con,.section .con_k{
        padding:4%  0 0 0;
        -webkit-transform: scale(.85);
        -moz-transform: scale(.85);
        -ms-transform: scale(.85);
        -o-transform: scale(.85);
        transform: scale(.85);
    }
}
@media(max-width:1266px){
    .section .con,.section .con_k{
        -webkit-transform: scale(.887);
        -moz-transform: scale(.87);
        -ms-transform: scale(.87);
        -o-transform: scale(.87);
        transform: scale(.87);
    }
}
@media(max-width:640px){
    .section .con, .section .con_k{
        padding:0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.about .example_video_1{
    margin:0 auto;
}
.ft-tel-ul{
    text-align: left;
}
.ft-tel-ul li{
    display: inline-block;
    padding-right: 10px;
    *display: block;
    *zoom: 1;
}
@media(max-width:1048px){
    .ft-tel-ul li{
        padding-right: 4px;
    }
}
.ft-tel-ul li span,.ft-tel-sp{
    width: 70px;
    text-align: right;
    display: inline-block;
}
@media(min-width:1024px){
    .wh-lb .section4 .footer{
        position: relative;
        bottom:0;
        padding-bottom: 30px;
    }
}
.wh-lb .section4.table{
    display: block;
}
.wh-lb .section4 .tableCell{
    display: block;
}
.wh-lb .section4 .tableCell .con.con-s3{
    padding-top: 12%;
}
@media(max-width:1370px){
    .wh-lb .section4 .tableCell .con.con-s3{
        padding-top: 12%;
    }
}
@media(max-width:1200px){
    .wh-lb .section4 .tableCell .con.con-s3{
        padding-top: 4%;
    }
}
@media(max-width:1370px){
    .wh-lb .section2 .con_title {
        line-height: 1.8em;
        margin-bottom: 10px !important;
    }
}
.int-rlzy-nr{
    display: none;
}


/*** 人力资源    ****/
.nrclnk { padding-top:0px; width:926px; padding-left:5px; margin: 0 auto}
@media(max-width:926px){
    .nrclnk{
        display: none;
    }
}
.industry-default-imgall{height:317px; margin-bottom:10px;}
.industry-default-imgall .kwicks{width:926px; position:relative;}
.industry-default-imgall .kwicks li{width:184px; height:317px; overflow:hidden;}
.industry-default-imgall .kwicks li .img{width:400px;height:317px; position:absolute; top:0; left:0; z-index:10;}
.industry-default-imgall .kwicks li .cont{width:100%; height:100%; position:absolute; top:0; left:0; z-index:30;background:rgba(255,255,255,.9);}
.industry-default-imgall .kwicks li .cont .p-warp{width:100%; height:125px; position:absolute; top:50%;left:0; margin-top:-63px;}
.industry-default-imgall .kwicks li .cont .simg{width:100%; margin-top:18px; text-align:center; height:69px; display:block;}
.industry-default-imgall .kwicks li .cont .p{font-size:16px; color:#3f3f3f;line-height:33px; display:block; text-align:center;}
.industry-default-imgall .kwicks li .co{width:222px; height:110px; padding:15px 16px 0 16px; position:absolute; top:50%; margin-top:-63px; z-index:30; background:rgba(255,255,255,.9); color:#ffffff; line-height:22px; left:200px;}
.industry-default-imgall .kwicks li .co p { color:#fff; padding-bottom:6px;}
.industry-default-imgall .kwicks #kwick_1 .co{background:rgba(209,0,16,.6);}
.industry-default-imgall .kwicks #kwick_2 .co{background:rgba(245,155,61,.6);}
.industry-default-imgall .kwicks #kwick_3 .co{background:rgba(21,160,101,.6);}
.industry-default-imgall .kwicks #kwick_4 .co{background:rgba(76,142,250,.6);}
.industry-default-imgall .kwicks #kwick_5 .co{background:rgba(0,126,122,.6);}
/*** 人力资源 end *****/
.zp-int-main,.pp-tel{
    display: none;
}

/***** 员工风采   ******/

.ygfc-box ul li{
    width: 23%;
    float: left;
    margin: 1%;
}
@media(max-width:640px){
    .ygfc-box ul li{
        width: 48%;
        margin: 1% !important;
    }
}
.ygfc-box ul li img{
    width: 100%;
}
.qywh-int{
    width: 98%;
    max-width:1200px;
    margin: 0 auto;
}
.qywh-int li{
    width: 208px;
    margin:10px 3%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height:208px;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 0 1px #d0d0d0;
    background: transparent;
    -webkit-transition: all .47s;
    -moz-transition: all .47s ;
    -o-transition: all .47s ;
    transition: all .47s ;
    overflow: hidden;
    font-size: 16px;
    color:#474747;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: default;
}
@media(max-width:1100px){
    .qywh-int li{
        font-size: 14px;
    }
}
@media(max-width:1024px){
    .qywh-int li{
        margin: 10px 1%;
    }
}
@media(max-width:900px){
    .qywh-int li{
        width: 23%;
        margin: 10px 1%;
    }
}
@media(max-width:768px){
    .qywh-int li{
        width: 23%;
        margin: 10px .3%;
        font-size: 12px;
        border-radius: 0;
    }
}
@media(max-width:640px){
    .qywh-int li{
        width: 45%;
        margin: 10px 1%;
        height:184px;
    }
}
.qywh-int li:after{
    content: "&gt;";
    display: none;
    position: absolute;
    writing-mode: vertical-lr;
    bottom: 20%;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #be302a;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    font-family: sans-serif;
    -webkit-transition: all .47s;
    -moz-transition: all .47s ;
    -o-transition: all .47s ;
    transition: all .47s ;
}
.qt{
    position: absolute;
    width: 100%;
    height:100%;
    -webkit-transition: all .47s;
    -moz-transition: all .47s ;
    -o-transition: all .47s ;
    transition: all .47s ;
}
.qt1{
    opacity: 1;
    font-size: 18px;
    color:#828282;
}
.qt2{
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
.qt1 span{
    display: block;
    position: relative;
    padding-top: 112px;
}
.qt1 span:before{
    content: '';
    display: block;
    width:100px;
    height:1px;
    margin: 0 auto 10px auto;
    background: #969696;
}
.qt1 span p{
    margin: 0;
    color:#cecece;
    font-size: 14px;
}
.qt2{
    line-height: 26px;
    text-align: center;
    height:90%;
    padding:5% 0;
    font-size: 14px;
}
@media(max-width:640px){
    .qt2{
        font-size: 11px;
    }
}
.qt2 p{
    margin: 0;
    margin-top: 10px;
}
.qt2 p:after{
    content: '';
    display: block;
    width: 30px;
    height:1px;
    background: #fff;
    margin: 10px auto;
}
.qtl1 span{
    background:url("../images/qtl1.png") no-repeat;
}
.qtl2 span{
    background:url("../images/qtl2.png") no-repeat;
}
.qtl3 span{
    background:url("../images/qtl3.png") no-repeat;
}
.qtl4 span{
    background:url("../images/qtl4.png") no-repeat;
}

.qywh-int li:hover{
    background: #319206;
}
.qywh-int li:hover .qt1{
    opacity: 0;
}
.qywh-int li:hover .qt2{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    color:#fff;
}
.qywh-int li:hover:after{
    color:#fff;
    bottom:5%;
}
.teamwork.ygfc-box{
    width: 98%;
    max-width:1200px;
    margin: 0 auto;
}
.ygfc-box ul li{
    border:0;
}
.ygfc-box ul li .teamwork_img img{
    height:207px;
}
@media(max-width:1100px){
    .ygfc-box ul li .teamwork_img img{
        height:186px;
    }
}
@media(max-width:1000px){
    .ygfc-box ul li .teamwork_img img{
        height:169px;
    }
}
@media(max-width:800px){
    .ygfc-box ul li .teamwork_img img{
        height:132px;
    }
}
.ygfc-box ul li:hover .teamwork_img{
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.ygfc-box ul li p{
    margin-top: 20px;
}
#code2 {
    width: auto;
    margin: 0 auto;
    height:auto;
    background-color: #fff;
    padding: 10px;
    position:fixed;
    display: none;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    overflow:hidden;
    z-index: 1002;
}
@media(max-width:640px){
    #code2{
        display: none !important;
    }
}

/***** 品牌招商页面 ****/
.con_pinp{width:100%; height: auto; overflow: hidden;  padding: 1px 0; text-align: center;}
.con_pinp .pinp_img_1{width:100%; height:400px;  background: url("/png/pinp_img_1.png") center no-repeat;}
.con_pinp .pinp_img_2{width:100%; height:400px;  background: url("/png/pinp_img_2.png") center no-repeat;}
.con_pinp .pinp_img_3{width:100%; height:400px;  background: url("/png/pinp_img_3.png") center no-repeat;}

.con_pinp .pinp_img_4{width:100%; height:400px;  background: url("/png/pinp_img_4.png") center no-repeat;}
.con_pinp .pinp_img_5{width:100%; height:400px;  background: url("/png/pinp_img_5.png") center no-repeat;}

    .con_pinp .pinp_wenzi {
         display: none;
    }


@media (max-width: 640px) {
    .con_pinp .pinp_img_1{ display: none; }
    .con_pinp .pinp_img_2{ display: none; }
    .con_pinp .pinp_img_3{ display: none; }
    .con_pinp .pinp_wenzi {
         display: block;
    }
    .con_pinp .pinp_wenzi{ width: 94%; height: auto; overflow: hidden; padding: 3%; }
    .con_pinp .pinp_wenzi h2{ font-size:18px;  text-align: center; font-weight:bold; }
    .con_pinp .pinp_wenzi p{ font-size:14px; line-height: 24px; }
    .con_pinp .pinp_wenzi span{ font-weight: bold; }
    .con_pinp .pinp_wenzi img{ width: 100%; }
}
#ascrail2000{
    z-index: 999 !important;
}
#ascrail2000 &gt; div{
    z-index: 9999;
    right:1px;
}
.sb-lv .section5 .syfooter{
    padding-bottom: 30px;
}
.hwh-hd{
    position: fixed;
    background: #fff;
}
@media(max-width:1048px){
    .hwh-hd{
        position: relative;
    }
}
.zxgg ul li:first-child p{
    color:#333;
}
@media(max-width:1200px){
    .zxgg ul li:first-child p{
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
@media(max-width:640px){
    .zxgg ul li:first-child p{
        display: none;
    }
}
@media(max-width:640px){
    .hwh-hd{
        position: relative;
        margin-bottom: 0;
    }
}
.wh-lb .section5 .footer{
    padding-bottom: 30px;
}
@media(max-width:640px){
    .wh-lb .section5 .footer{
        padding-bottom: 0;
    }
}
.wh-lb .section2 .more,.wh-lb .section3 .more{
    padding-top: 1em;
}
.wh-lb .section1{
    background: url("../images/wh-s1-bj.jpg");
    background-size: 100% 100%;
}
@media(max-width:640px){
    .wh-lb .section1{
        background: transparent;
    }
}
.jj-lb .section1{
    background: transparent;
}
.wh-s1 .more.wh-more a{
    background: #ff0000;
    border:#ff0000;
    color:#fff;
}
.wh-s1 .more.wh-more a:hover{
    color:#fff;
}
.ww-lb .section3 .con_k .con_title{
    margin-bottom: 1em;
}
.lb-ls-img{
    position: relative;
}
.lb-ls-img:before{
    content:"" ;
    position: absolute;
    width: calc(100% - 4px);
    height:calc(100% - 4px);
    border-radius: 50%;
    box-sizing: content-box;
    border:2px solid #f00;
    display: none;
}
.lb-ls-img:hover:before{
    display: block;
}
.ww-lb .section1.active .lb-ls li:first-child,
.ww-lb .section4.active .wh-mj li:nth-child(1),
.ww-lb .section4.active .wh-mj li:nth-child(2),
.ww-lb .section4.active .wh-mj li:nth-child(3),
.ww-lb .section4.active .wh-mj li:nth-child(4),
.pinp_img_1
{
    -webkit-animation: s1dx-l 1.2s -.1s;
    -moz-animation: s1dx-l 1.2s -.1s;
    -o-animation: s1dx-l 1.2s -.1s;
    animation: s1dx-l 1.2s -.1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes s1dx-l{
    0%{
        opacity: 0;
        -webkit-transform: translateX(-200%);
        -moz-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        -o-transform: translateX(-200%);
        transform: translateX(-200%);}
    100%{
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-moz-keyframes s1dx-l{
    0%{
        opacity: 0;
        -webkit-transform: translateX(-200%);
        -moz-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        -o-transform: translateX(-200%);
        transform: translateX(-200%);}
    100%{
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-o-keyframes s1dx-l{
    0%{
        opacity: 0;
        -webkit-transform: translateX(-200%);
        -moz-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        -o-transform: translateX(-200%);
        transform: translateX(-200%);}
    100%{
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes s1dx-l{
    0%{
        opacity: 0;
        -webkit-transform: translateX(-200%);
        -moz-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        -o-transform: translateX(-200%);
        transform: translateX(-200%);}
    100%{
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
.ww-lb .section1.active .lb-ls li:last-child,
.ww-lb .section4.active .wh-mj li:nth-child(5),
.ww-lb .section4.active .wh-mj li:nth-child(6),
.ww-lb .section4.active .wh-mj li:nth-child(7),
.ww-lb .section4.active .wh-mj li:nth-child(8),
.pinp_img_2
{
    -webkit-animation: s1dx-r 1.2s -.1s;
    -moz-animation: s1dx-r 1.2s -.1s;
    -o-animation: s1dx-r 1.2s -.1s;
    animation: s1dx-r 1.2s -.1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes s1dx-r{
     0%{
         opacity:0;
         -webkit-transform: translateX(200%);
         -moz-transform: translateX(200%);
         -ms-transform: translateX(200%);
         -o-transform: translateX(200%);
         transform: translateX(200%);}
     100%{
         opacity: 1;
         -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
         -ms-transform: translateX(0);
         -o-transform: translateX(0);
         transform: translateX(0);
     }
 }
@-moz-keyframes s1dx-r{
    0%{
        opacity:0;
        -webkit-transform: translateX(200%);
        -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
        -o-transform: translateX(200%);
        transform: translateX(200%);}
    100%{
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-o-keyframes s1dx-r{
    0%{
        opacity:0;
        -webkit-transform: translateX(200%);
        -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
        -o-transform: translateX(200%);
        transform: translateX(200%);}
    100%{
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes s1dx-r{
    0%{
        opacity:0;
        -webkit-transform: translateX(200%);
        -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
        -o-transform: translateX(200%);
        transform: translateX(200%);}
    100%{
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
.ww-lb .section1.active .lb-ls li:nth-child(2){
    -webkit-animation: s1dx-b 1s -.1s;
    -moz-animation: s1dx-b 1s -.1s;
    -o-animation: s1dx-b 1s -.1s;
    animation: s1dx-b 1s -.1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes s1dx-b{
    0%{
        opacity:0;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%);}
    50%{opacity: 1}
    100%{
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-moz-keyframes s1dx-b{
    0%{
        opacity:0;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%);}
    50%{opacity: 1}
    100%{
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-o-keyframes s1dx-b{
    0%{
        opacity:0;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%);}
    50%{opacity: 1}
    100%{
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes s1dx-b{
    0%{
        opacity:0;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%);}
    50%{opacity: 1}
    100%{
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
.ww-lb .section2 .wenhua_img{
    overflow: hidden;
}
.ww-lb .section2.active .wenhua_img,
.ww-lb .section3.active .wx-wz,
.ww-lb .section3.active .wx-bm,
.jj-lb .section1.active .s1-text,
.jj-lb .section2.active .s2-img,
.jj-lb .section3.active .s3-text,
.jj-lb .section3.active .s3-nav,
.jj-lb .section3.active .s3-lb-box,
.jj-lb .section4.active .fd-box,
.ww-lb .section5.active .wh-jlp{
    -webkit-animation:s2dx-f 1s -.1s;
    -moz-animation:s2dx-f 1s -.1s;
    -o-animation:s2dx-f 1s -.1s;
    animation:s2dx-f 1s -.1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes s2dx-f {
    0%{
        opacity: 0;
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5);
    }
    100%{
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes s2dx-f {
    0%{
        opacity: 0;
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5);
    }
    100%{
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes s2dx-f {
    0%{
        opacity: 0;
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5);
    }
    100%{
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes s2dx-f {
    0%{
        opacity: 0;
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5);
    }
    100%{
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.sy-footer{
    padding-bottom: 30px;
}
.s3-nav li .s3-img{
    -webkit-transition: all .27s ;
    -moz-transition: all .27s  ;
    -o-transition: all .27s  ;
    transition: all .27s  ;
}
.s3-nav li .s3-img:hover{
    -webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
    box-shadow:0 0 8px rgba(230,0,18,.4);
}
.s3-lb li img{
    -webkit-transition: all .27s;
    -moz-transition: all .27s ;
    -o-transition: all .27s ;
    transition: all .27s ;
}
.s3-lb li:hover img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}
.jj-lb .section2 .con_title{
    margin-bottom: 1em;
}
.jj-lb .section2.section .con{
    padding-top: 3.5%;
}
.jj-lb .section3.section .con{
    padding-top: 5%;
}
@media(max-width:1370px){
    .ww-lb .section5.section .con{
        padding-top:6%;
    }
}
@media(max-width:1370px){
    .jj-lb .section4 .tableCell .con.con-s3{
        padding-top: 8%;
        transform: scale(1);
    }
}
.zxgg ul li:first-child a{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.zxgg ul li:first-child{
    overflow: hidden;
}
@media(max-width:1200px){
    .zxgg ul li:first-child{
        height:75px;
    }
}
@media(max-width:640px){
    .zxgg ul li:first-child{
        height:auto;
    }
}
.jj-lb .section1 .con_title {
    margin-bottom: 1em;
}
@media(max-width:1600px){
    .jj-lb .section1 .con_title{
        margin-bottom: 10px;
    }
}
@media(max-width:1070px){
    .zxgg .img{
        width: 90%;
        float: none;
        margin: 0 auto;
    }
    .zxgg ul{
        width: 90%;
        float: none;
        margin: 0 auto;
    }
}
@media (max-width: 640px){
    .jj-lb .section1,.ww-lb .section1 {
        position: relative;
        padding-top: 0;
    }
}
@media(max-width:880px){
    .ww-lb .section{
        display: block;
    }
    .tableCell{
        display: block;
    }
}
@media(max-width:1030px){
    .ww-lb .section.active *,.jj-lb .section.active *{
        animation:none !important;
    }
}
@media(max-width:1048px){
    .nicescroll-rails{
        display: none;
    }
}
@media(max-width:768px){
    #head .navbar-nav &gt; li:nth-child(n) .navbar-nav-ul ul{
        width: 100% !important;
        float: none;
        margin: 0;
        text-align: center;
    }
}
@media(max-width:640px){
    #qywh{
        height:auto;
    }
}
@media(max-width:640px){
    .zhaoshang_t{
        padding:10px 0;
    }
}
@media(max-width:960px){
    .zhaoyang .zy_l,.zhaoyang .zy_r{
        width: 100%;
        float: none;
    }
}
.jj-lb .section1{
    overflow: hidden;
}

.mb-rlzy{
    width: 98%;
    margin: 0 1%;
    overflow: hidden;
    display: none;
    margin-bottom: 20px;
}
@Media(max-width:768px){
    .mb-rlzy{
        display: block;
    }
}
.mb-rlzy li{
    width: 100%;
    height:80px;
    overflow: hidden;
}
.mb-rlzy li .co{
    padding:0 10px;
    color:#fff;
    width: 197px;
    width: calc(100% - 116px);
    float: left;
}
.mb-rlzy li .cont{
    width: 96px;
    height: 100%;
    padding:10px 0;
    float: left;
    background: #F4F4F4;
}
.mb-rlzy li .cont span{
    display: block;
    text-align: center;
}
.mb-rlzy li .cont span:first-child{
    margin-bottom: 10px;
}
.mb-rlzy li .co{
    font-size: 12px;
}
.mb-rlzy li .cont span img{
    width: 30px;
}
.mb-rlzy li:nth-child(1){
    background: rgba(209,0,16,.6);
    height:98px;
}
.mb-rlzy li:nth-child(1) .co{
    padding-top: 7px;
}
.mb-rlzy li:nth-child(2){
    padding-top:20px;
    background: rgba(245,155,61,.6);
}
.mb-rlzy li:nth-child(2) .cont{
    margin-top: -20px;
}
.mb-rlzy li:nth-child(2) .co{
    padding-top: 10px;
}
.mb-rlzy li:nth-child(3){
    padding-top:10px;
    height:60px;
    background: rgba(21,160,101,.6);
}
.mb-rlzy li:nth-child(3) .cont{
    margin-top: -18px;
}
.mb-rlzy li:nth-child(3) .co{
    padding-top: 10px;
}
.mb-rlzy li:nth-child(4){
    padding-top:18px;
    background: rgba(76,142,250,.6)
}
.mb-rlzy li:nth-child(4) .cont{
    margin-top: -18px;
}
.mb-rlzy li:nth-child(4) .co{
    padding-top: 10px;
}
.mb-rlzy li:nth-child(5){
    background: rgba(21,160,101,.6);
}
.mb-rlzy li:nth-child(5) .co{
    padding-top: 30px;
}
.mb-rlzy li:nth-child(5) .cont span img{
    width: 25px;
}
@media(max-width:1030px){
    .int-jj-box .owl-controls{
        display: none !important;
    }
}
.fd-box.owl-carousel .owl-item  li{
    text-align: center;
}
@media(max-width:768px){
    .sy-lb-head .navbar-nav &gt; li{
        line-height: 47px;
    }
    .sy-lb-head .navbar-nav{
        padding-bottom: 0;
    }
}
@media(max-width:768px){
    .zhaoshang ul li p{
        height:114px;
        overflow: hidden;
    }
}
@media(max-width:768px){
    .zhaoshang_more{
        padding:10px 0 40px 0
    }
}
.about .ab-sign{
    width: auto;
}
@media(max-width:640px){
    .about .ab-sign{
        width: 204px;
    }
}</pre></body></html>